-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
#347 breaks Laravel projects that run in a subdirectory.
src/Response.php was changed at line 128 but nothing in the commit message details why. Symfony don't seem to have changed what these methods do and this now returns the incorrect URL which causes the Inertia client adapter to push an incorrect path to the history. So an Inertia app running at https://example.com/app will have https://example.com/app/app pushed to the history on the initial page render automatically.
The issue is also described here: https://laracasts.com/discuss/channels/laravel/root-directory-is-displayed-twice-in-url-on-load-and-reload
PR on the way
Metadata
Metadata
Assignees
Labels
No labels