inertiajs / inertia

Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
https://inertiajs.com
MIT License
6.56k stars 435 forks source link

SSR acting weird #2006

Open Cacamoto opened 1 month ago

Cacamoto commented 1 month ago

Version:

Describe the problem:

SSR only appears to be working as expected while using chrome. Using FF/Safari for a split second on initial load shows “white screen of death” for a split second. (So a typical SPA behaviour until JS is loaded and parsed). Chrome and mobile safari seems fine.

Steps to reproduce:

This behaviour can be seen on inertia demo and replicated by fresh install of laravel + breeze + vue3 + inertia SSR.