mcamara / laravel-localization

Easy localization for Laravel
MIT License
3.32k stars 507 forks source link

Wrong redirect afert login #890

Open pixsolution opened 5 months ago

pixsolution commented 5 months ago

Hello

I'm using Laravel 9 with jetstream, I followed this issue https://github.com/mcamara/laravel-localization/issues/752 it works but the only problem I currently have is with the redirect after login, it does not add the /prefix for example /en it take me to the normal url http://localhost.com/dashboard how did you solve this?

Regards