mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🐛 Bug Report: failed to send request: Post \"https://analytics.pocket-id.org/heartbeat\":connection refused" #27
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 @truthsword on GitHub.
Reproduction steps
On container start, I get
Expected behavior
No connection error
Actual Behavior
Pocket ID Version
Database
SQ
OS and Environment
Docker on Debian Bookworm
Log Output
@stonith404 commented on GitHub:
The request to this domain is probably blocked by a local ad blocker or your container doesn't have internet access. This error doesn't have any effect and you can just ignore it. If you set
ANALYTICS_DISABLED=truePocket ID won't try to access this domain and the error will disappear.