mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03:00
🐛 Bug Report: Cannot setup initial passkey #229
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 @DeltaLaboratory on GitHub.
Reproduction steps
Expected behavior
Account created and sign in smoothly
Actual Behavior
Got
An unknown error occurred. Please try to sign in again.,And looking browser console, found following log
Which is part of
Version and Environment
Edge 136.0.3240.64 (Official build) (64-bit)
PocketID v0.53
Log Output
@DeltaLaboratory commented on GitHub:
Yeah, it seems proxy configuration problem.
After I changed port to 80, it worked.
Thank you for help!
@Illuminati-Cow commented on GitHub:
Out of curiosity, since I experienced a similar issue on my first attempt setting this up, is your app URL correct? It should exactly match the URL you are using in your browser. Additionally, if you are using Traefik or another reverse proxy, make sure that it is pointing to port 80 rather than port 3000. If none of this was relevant to you, then it is likely another configuration error.
Edit: You should also provide more information about how you are hosting Pocket ID (Docker, native, etc.) and some details of the network configuration, such as if it is behind a reverse proxy.