inertia-laravel
inertia-laravel copied to clipboard
Fix double base path in url
This is a fix for the error described in issue #359
could you add a test for this?
I have added a test that would have picked up on this issue.
Would like to add this here as well: https://github.com/inertiajs/inertia-laravel/issues/359#issuecomment-1030623074
Could this be added in the next release? It's causing headaches in our testing environment.
Any solution for this? I just facing the same issue today when trying to get back with Laravel.
https://github.com/laravel/framework/discussions/49458
Ridiculous nearly two years later and this is still an issue. As if I needed any more reasons to not use Inertia in my next app.
Please guys fix this errors. It's still not working and i have double wrong urls.
Please guys fix this errors. It's still not working and i have double wrong urls.
I use this forked version to solve this issue: https://github.com/feature-ninja/inertia-laravel
Thanks for the PR, and I'm sorry for the delay! I ended up going with a slightly different approach (#592), but this PR was very helpful, and I borrowed your test.