You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Laravel installed in a v2 subdirectory. My local app_url is http://localhost:8081/v2/. None of the urls that wayfinder generates contain this v2 in the path. I've tried adding base: '/v2/' to the vite.config but that doesn't seem to matter to wayfinder. Perhaps a base option to the plugin would be appropriate or it can read from the .env app_url?
Steps To Reproduce
Install Laravel into a subdirectory with the vue starter kit and no auth scaffolding.
Create a test controller and view the generated wayfinder actions for it.