infinite login loop when i try to login #14912
Unanswered
lucaruboni
asked this question in
Help
Replies: 1 comment
-
config/filament.php `<?php return [
], ]; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
3.2.124
How can we help you?
from when I update my project i can't login , everytime I click or sometime I only open in local my route to /admin/login i see the network make infinite request to login .
if I cancel authenticate middleware the loops stop but i can't login without a livewire 419 error.
Do someone had the same problem and solved it in a safe way?
I'm tryna use a custom middleware to authenticate but i got the same loop
I can't get any log error
I can't get any console error
"filament : 3.2.124"
"livewire/livewire": "^3.4",
AdminPanelProvider.php
CustomAuthenticate.php
kernel.php
env
BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DISK=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 SESSION_DOMAIN=127.0.0.1
Beta Was this translation helpful? Give feedback.
All reactions