mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
🐛 Bug Report: Error #01: Error validating origin #354
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 @Giotto88 on GitHub.
Reproduction steps
Installed with
Docker ComposeonUbuntu 22.04.5 LTS (GNU/Linux 5.15.0-1071-raspi aarch64).Reverse proxy run with caddy installed on system natively, wildcard type ssl imported manually.
Domain has an A record pointing to the local ip of the machine.
(container :3000/http:80) <--> (caddy :443) <--> (Browser)
Go to domain.com/login/setup
Add passkey
The error persists on both ipad, Brave (win) and Edge (win). The error persists with both 1password and Bitwarden extension (The key is created correctly on the password manager but the server goes into exception)
Similar issue and solution
Expected behavior
Add passkey success!
Actual Behavior
Something went wrong
Version and Environment
Powered by Pocket ID (0.31.0)
Docker compose:
Environment Variables:
CaddyFile:
DNS conf:
A | auth****.*********.online | 192.168.1.50 | 600Log Output
Docker log:
Browser console log (edge):
@Giotto88 commented on GitHub:
🫣The error was the trailing slash end of the PUBLIC_APP_URL.
Thank you very much for the help and the fantastic project you are developing (besides pingvin-share)
@stonith404 commented on GitHub:
Can you try to remove the trailing slash of
PUBLIC_APP_URL=https://auth*****.********.online/?