inertia-laravel icon indicating copy to clipboard operation
inertia-laravel copied to clipboard

Fix double base path in url

Open kimhf opened this issue 3 years ago • 3 comments

This is a fix for the error described in issue #359

kimhf avatar Jan 27 '22 16:01 kimhf

could you add a test for this?

rhysemmerson avatar Jan 27 '22 22:01 rhysemmerson

I have added a test that would have picked up on this issue.

kimhf avatar Jan 31 '22 09:01 kimhf

Would like to add this here as well: https://github.com/inertiajs/inertia-laravel/issues/359#issuecomment-1030623074

NickSdot avatar Feb 05 '22 13:02 NickSdot

Could this be added in the next release? It's causing headaches in our testing environment.

mfusigh avatar Jan 18 '23 23:01 mfusigh

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

ngekoding avatar Dec 21 '23 06:12 ngekoding

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.

taylordragoo avatar Dec 26 '23 19:12 taylordragoo

Please guys fix this errors. It's still not working and i have double wrong urls.

DGINXREAL avatar Jan 18 '24 18:01 DGINXREAL

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

ngekoding avatar Jan 19 '24 12:01 ngekoding

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.

jessarcher avatar Mar 08 '24 01:03 jessarcher