How to fix login redirect loop
It is hard to reproduce. This is why I think this similar discussion has no answer
This is the second time it is happening on my local machine in space of about 3 weeks.
Clearing site cookies gets the login url
/customer-backend/login
to display. On login, the screnshot happens. When I clear site cookies again, login page displays and enters the loop again on submit...until clear cookies again and cycle continues.
Maybe some Laravel thing I'm missing out?GitHub
Login redirects to it self after successful login - in laravel 9.x ...
i have just installed a fresh laravel project and installed filament package, there are no console errors and authentication is working fine, but after a successful login the page just redirects to...
Solution:Jump to solution
GitHub
Login redirects to it self after successful login - in laravel 9.x ...
i have just installed a fresh laravel project and installed filament package, there are no console errors and authentication is working fine, but after a successful login the page just redirects to...
2 Replies
This is the panel service provider (relevant code only)
It does not help running
optimize:clear
Solution
GitHub
Login redirects to it self after successful login - in laravel 9.x ...
i have just installed a fresh laravel project and installed filament package, there are no console errors and authentication is working fine, but after a successful login the page just redirects to...