diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -40,3 +40,11 @@ To delete a file: You can also view the content of the database with this web page : [`localhost:4000/audio_file`](http://127.0.0.1:4000/audio_file) + +## Development: +If you have an error like : `[debug] ** (Ecto.NoResultsError) expected at least +one result but got none in query:` when you dev, check the doc : +`http://www.phoenixframework.org/v0.14.0/docs/custom-errors` + +tl;dr: change this `debug_errors: false` and `catch_errors: true` in +`config/dev.exs` |