mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Creating admin Passkey returns Error: 'rp.id' cannot be used with the current origin in Web Console
#334
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 @Sumtin on GitHub.
Reproduction steps
App appears to run find, no errors in logs. I am able to change my admin name/email/etc. But I get an error when generating my admin Passkey.
Expected behavior
Create a passkey and forward to my browser.
Actual Behavior
An unknown error occurredVersion and Environment
v0.35.1
Running Nginx Proxy Manager in front, disabled Caddy. Compose and .env below:
NPM Configs:




Log Output
Logs don't show any errors.
@Sumtin commented on GitHub:
Ah, was completely missing the reference to
.envfile in my compose. This can be closed, it's working as expected. Thanks for the quick response and the excellent FOSS!@stonith404 commented on GitHub:
Does the PUBLIC_APP_URL match the URL where you are accessing Pocket ID?
@stonith404 commented on GitHub:
Great :)