Laravel Login pages to many redirects #6713
Answered
by
crynobone
sachinaghera
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Upgraded laravel 9 to 10 and laravel nova from 3.X to 5.04
After upgradation, only "/" route is loading other than all route is not working
Detailed steps to reproduce the issue on a fresh Nova installation:
Simply website is runnning without any problem but not any route working like /login,/dashboard
This is the out put when i run command : php artisan route:list
GET|HEAD login ................................ nova.pages.login › Laravel\Fortify › AuthenticatedSessionController@create
POST login ....................................... nova.login › Laravel\Fortify › AuthenticatedSessionController@store
Beta Was this translation helpful? Give feedback.
All reactions