Replies: 1 comment
-
turns out this is a livewire issue. Closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When an Exception or server error occurs it appears in a modal, which can break the layout, especially on a phone. I just noticed this and was able to easily replicate it by adding
abort(500)
to any method in my Livewire component.Is there an easy way to handle this (bypassing the modal)? Or do I need to update everything with a try/catch and redirect to a
/500
error route?Seems like this should be handled by the package...
Beta Was this translation helpful? Give feedback.
All reactions