inertia-laravel
inertia-laravel copied to clipboard
Head component causes blank page
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.