#I keep getting this white overlay after every form submission, using Laravel Jetstream (w. inertia).
4 messages · Page 1 of 1 (latest)
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