mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: SecurityError: The RP ID "localhost" is invalid for this domain #200
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 @pro-sumer on GitHub.
Reproduction steps
Migrate to version 1.0.0
Expected behavior
Pocket ID should allow me to select a (valid) passkey and then authorize me.
Actual Behavior
I get this error in the console, immediately after clicking on "Authorize" (even before getting the chance to select a passkey in 1Password or iCloud):
Version and Environment
v1.0.0
Log Output
No response
@pro-sumer commented on GitHub:
Oh no; I informed someone about exactly that on the Pocket ID Discord server just before posting this bug...
Turns out I did update my source
.envfile correctly, but apparently my Ansible install failed, because on my VPS it still containedPUBLIC_APP_URL... 🤦Problem solved! 🎉
@stonith404 commented on GitHub:
You have to rename the
PUBLIC_APP_URLenvironment variable toAPP_URLas mentioned in the migration docs.