Check your links, routes and redirects so that you don't have an additional app somwhere.
Apr 21, 2022
9
Level 1
root directory is displayed twice in URL on load and reload
I am trying to build an app using Laravel with Jetstream and Inertia + Vue.js.
URL looks like this : "https://website/app/route"
When I first visit the page, it loads and the URL changes to this : "https://website/app/app/route". The page displays its content correctly.
If I reload, I have a 404 message. I have to remove one "/app" to display the content the right way again.
If I don't reload, I can navigate on the page whithout any problem.
Anyone has an idea ?
Please or to participate in this conversation.