mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: APP_URL Case sensitive #34
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 @lordraiden on GitHub.
Reproduction steps
APP_URL variable is case sensitive, it might introduce issues in some environments where the url is build from variables, variables used for something else. Not a big issue, it took me 3 hours of troubleshooting but it doesn't make sense either to have this variable case sensitive
If proxydmz_pocketid_name2=Pocket-ID it wont' work changing it to pocket-id works....
I use the same scheme of https://${proxydmz_pocketid_name2}.${mydomain} in several containers and never had this problem
Expected behavior
.
Actual Behavior
.
Pocket ID Version
distroless latest
Database
default
OS and Environment
docker
Log Output
I get this in the logs, probably not related but would be nice some help to troubleshoot it
{"time":"2025-09-11T18:05:20.017Z","level":"ERROR","msg":"Job failed with error","app":"pocket-id","version":"1.10.0","name":"SendHeartbeat","id":"deabacf3-f191-4a24-95ce-a8153233d6f8","error":"heartbeat request failed: request failed with status code: 429"}
@stonith404 commented on GitHub:
What exactly doesn't work if the app url has a different casing?
@lordraiden commented on GitHub:
when creating a new key "unknown error occurred", fixed the url fixed issue. I a rare and stupid "bug" but maybe is easy to fix....
Probably you can reproduce the same simple changing a letter of your url to Uppercase