mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
🐛 Bug Report: Proton Pass compatibility issues #193
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 @iRazvan2745 on GitHub.
Reproduction steps
When using Proton Pass to create a passkey for Pocket ID it outputs this error on proton
Registration failure: GenerationError("failed to generate passkey: OriginRpMissmatch")Works with Passkey testers and other apps.
Expected behavior
Supposed to add a passkey
Actual Behavior
Version and Environment
latest
Log Output
no errors
@iRazvan2745 commented on GitHub:
@iRazvan2745 commented on GitHub:
I did this, and its still not working, i've restarted the app, tried deleting cache but still nothing
Its still outputting localhost for no reason
@stonith404 commented on GitHub:
Can you share your
docker-compose.ymland.envfile?@stonith404 commented on GitHub:
You have to set the
APP_URLenvironment variable tohttps://auth.irazz.lol.@iRazvan2745 commented on GitHub:
Deleted the volume and tried again with a fresh install but still having the same issue, everything is setuped correctly
@stonith404 commented on GitHub:
You are missing
env_file: .envin yourdocker-compose.yml.@iRazvan2745 commented on GitHub:
I'm using dokploy to deploy this and have set the env variables there and it looks like it didnt add that by default, sorry