Why is /public part of your url? It shouldnt be. The root should be inside the public directory, but the public directory shouldnt be part of the url.
What are you using to run your server?
Summer Sale! All accounts are 50% off this week.
I barely installed this in my local environment. The URL of my project is http://localhost/project/public/. When I set the TELESCOPE_DOMAIN to localhost/project/public it does not work and I am unable to access /telescope (getting a 404 error). If I remove this line from my .env, I can go to http://localhost/project/public/telescope but if I click on any links, I go to http://localhost/telescope/...
Please or to participate in this conversation.