inertia-laravel
inertia-laravel copied to clipboard
Link component only updates URL bar
Environment: Default Laravel Sail docker configuration
Description:
I have Inertia already set up in my app on a fresh install of Laravel,
I pull in Ziggy and Tailwind to help out on the project
Creating a few links and corresponding pages work perfectly;y using the inertia-link component.
Issue
Immediately I add a separate dashboard layout, Inertia-link doesn't work.
I noticed however that on pages where there are no layouts expressly declared (whether persistent or otherwise), it works perfectly.
Is this an issue with the Link component or what could be wrong?
Your help is greatly appreciated!