[Bug]: Redirect After Login (Failed) #24
-
What happened?I've created a passkey from my user profile (successfully saved in the DB and with google password manager) How to reproduce the bugWhen I try to authenticate on my login page using "", I get the google password prompt, I select the pass key and after it tries to authenticate, it fails to redirect. I have set the default route in passkeys.php config. Also, the "last_used_at" DB field does not update after each attempt I also receive this warning in the console when clicking the authenticate link on login page:
And then after the prompt tries to authenticate I get:
Any ideas when might be wrong? Package Version0.0.3 PHP Version8.2 Laravel Version11.0 Which operating systems does with happen with?macOS NotesNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I haven't seen this behavior at our end, it just works. I'm open for PRs that might fix the problem for you. |
Beta Was this translation helpful? Give feedback.
-
#26 - should fix this error:
|
Beta Was this translation helpful? Give feedback.
For the other error, have you changed the form id from "passkey-login-form"?
Is the form nested?