#I keep getting this white overlay after every form submission, using Laravel Jetstream (w. inertia).

4 messages · Page 1 of 1 (latest)

pliant harness
#

It also shows a 500 error in the console, without much info
submit @ Login.vue:26

This looks like something inertia-specific. Any ideas what could cause this?

void forum
#

That's the Inertia error modal, as an invalid response is received, Inertia can't do anything with it. (see https://inertiajs.com/error-handling#development)
As your console mentions, there is a 500 error, so you'd have to open your log (storage/logs/laravel.log) and fix the error that's presented there

pliant harness
#

That's the thing, there is no error in laravel.log

#

Why is it all white in the first place? Shouldn't it show the error in the inertia overlay?