inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Head component causes blank page

Open DelaneyArkICT opened this issue 3 years ago • 0 comments
trafficstars

When using laravel jetstream and enabling SSR the page will render for a second or two and then go blank the reason for this is due to using the 'Head' component anywhere in the page.

After finally tracking this down I found that removing the head component fixed the issue and SSR worked within jetstream.

DelaneyArkICT avatar Mar 04 '22 00:03 DelaneyArkICT