You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
My Phoenix app renders with a 200 without error, whereas I would prefer to raise error if the template wasn't found, what do you think?
The text was updated successfully, but these errors were encountered:
Sorry about the delay. Sounds like it might be helpful to add a config option for this: raise_on_not_found: true / false. Are you able to pull together a PR?
No worries! I don't think I'm able to sorry, I've moved off Inertia to use LiveView instead (no fault of the library! Just wanted to use LiveView more :))
Is your feature request related to a problem? Please describe.
I find that if I have a controller action like this:
Describe the solution you'd like
My Phoenix app renders with a 200 without error, whereas I would prefer to raise error if the template wasn't found, what do you think?
The text was updated successfully, but these errors were encountered: