LdapRecord-Laravel: [Bug] Too many redirects on Fortify
Environment (please complete the following information):
- LDAP Server Type:ActiveDirectory
- PHP Version: 7.4.8
- Laravel Framework 8.8.0
- directorytree/ldaprecord-laravel : v1.7.3
- laravel/jetstream : v1.3.1
Describe the bug: I have successfully implemented this package in a new Laravel Fortify installation.
But after login, I hit too many redirects. I can see that:-
sync_attributes
is working fromusers
table- logging is confirmed, based on
ldap_logging
output
I can go to /user/profile
and it showed me logged in. The only routes having issue is the default /dashboard
.
When i refreshed the page, it keeps on redirecting to /login/
to /dashboard
in loop.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 18 (8 by maintainers)
Excellent β no problem. Happy to help! π
Thanks man. Yes, itβs working as intended now.