We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to render a template that does not exist in a controller: render(conn, "index-does-not-exists.html")
render(conn, "index-does-not-exists.html")
Email subject is being set as:
BOOM error caught: %Phoenix.Template.UndefinedError{assigns: %{conn: %Plug.Conn{adapter: {Plug.Adapters.Cowboy.Conn, :...}, assigns: %{layout: {MyAppWeb.LayoutView, "app.html"}}, body_params: %{}, cookies: %{"__gads" => "ID
BOOM error caught: Could not render "index-does-not-exists.html" for MyAppWeb.PageView
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce it:
Try to render a template that does not exist in a controller:
render(conn, "index-does-not-exists.html")
Actual result:
Email subject is being set as:
Expected result
The text was updated successfully, but these errors were encountered: