Short and simple question. When I get an exception while developing my Phoenix based web app I get the 500.html rendered. But I would really love to see the beautiful error page (instead of having to find the information in console).
What could be causing this? At some point a long time ago I think it was working The
debug_errors
is set to true
in dev.exs and I’ve tried cleaning the project and rebuilding.