mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: Passkey stopped working and redeploy can't create or save new #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NightHawkATL on GitHub.
Reproduction steps
I was working on completing the setup a while back and I had portainer setup and it worked. I removed that as an OIDC and the next time I went to login, the passkey in my Bitwarden browser extension/Vaultwarden wouldn't allow me to login anymore. I removed my passkey and shut down the container for a while.
I started it back up to update the image to the latest stable and I then shut it down to delete all but the GeoLite DB file. After starting it back up, I went to the https://FDQN/setup page and created a new account. When I went to save the new passkey, I keep getting an error..
Docker Compose:
Expected behavior
work as expected without errors
Actual Behavior
it doesn't create or save passkeys as expected.
Version and Environment
Latest Version 1.6.4
Docker Compose with Portainer EE.
Log Output
@NightHawkATL commented on GitHub:
Also, the emails reference "localhost" and not the FDQN I have setup through my reverse proxy.
Second request to login with a code emailed to me, didn't come through and I am now locked out without starting over.
@NightHawkATL commented on GitHub:
That seems to have fixed it. I will keep an eye on things and see if I run into any other issues.
Thank you
@kmendell commented on GitHub:
Change
PUBLIC_APP_URLto justAPP_URLand see if that fixes at least the login issue.