Skip to content

Conversation

@jessarcher
Copy link
Member

In Fortify 1.20.0, the default home config value changed from RouteServiceProvider::HOME to /home in preparation for Laravel 11 (laravel/fortify@2f84969).

This has created an issue in fresh Jetstream installs that will now attempt to redirect to /home (which doesn't exist) instead of /dashboard.

Jetstream's master branch has already updated the installer to update config/fortify.php instead of RouteServiceProvider.php. This PR is just a temporary fix to ensure both are updated for the time being.

@taylorotwell taylorotwell merged commit 7a11a4f into 4.x Jan 17, 2024
@taylorotwell taylorotwell deleted the fix-home-route branch January 17, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants