Html 404 and 403 response

Hello guys,
I a new to livewire and I am facing the following problem,
When I get a 403 error due to using the authorize method, Livewire displays an HTML 403 page error over the actual page of the form I am submitting using the livewire. Same goes for 404 error response.

Is this normal in Livewire?

thanks

Yeah. If you dig through the github issues, somewhere in there is a snippit of javascript to catch those modals so that you can handle it in a different way. Try searching 404 modal, error modal, or whatever else along those lines to try to find it.