mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
🐛 Bug Report: A critical error occurred when creating a new user #21
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 @Snuffy2 on GitHub.
Reproduction steps
I just recently setup Pocket-ID on my Homelab and am really liking it. I sent out some links to add my other users. Each time the link is loaded, the user sees: "A critical error occurred". However, after 1-3 reloads, the account creation page loads and they are able to create the new account. See screenshots and logs below.
Expected behavior
New account link should load on first attempt
Actual Behavior
Pocket ID Version
v1.10.0
Database
Postgres 17
OS and Environment
Docker v28 on Debian Trixie
Traefik v3 Reverse Proxy
Log Output
On first load of
https://auth.domain.com/st/D9zbpr2C6fqxhqiD, I get the error:After I reload the page:
@Snuffy2 commented on GitHub:
Yep, that was it. Thanks for the place to look.
Not sure why I have those specific ratelimits as they don't really make sense. I'll refine or remove them and go from there.
Thanks again.
@Snuffy2 commented on GitHub:
I do have Traefik Rate Limiting enabled. Let me disable it and try again.
@Snuffy2 commented on GitHub:
It looks like there are 429 errors.
429_error.json
@stonith404 commented on GitHub:
Are there any errors in the browser console?