-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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:
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
Expected result
BOOM error caught: Could not render "index-does-not-exists.html" for MyAppWeb.PageView
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request