mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 11:21:53 +03:00
🐛 Bug Report: Unknown Locations despite GEO DB being loaded? #106
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 @eximo84 on GitHub (Jan 18, 2025).
Reproduction steps
I have enabled my API key and pointing the environment at the DB but my audit log is showing unknown. No errors in the logs.
My Compose
My .env
Expected behavior
audit log to show city or approx location
Actual Behavior
audit log showing unknown
@kmendell commented on GitHub (Jan 19, 2025):
Are the IPs reported local ip addresses? i think the geo db will only work if it's public ip addresses
@eximo84 commented on GitHub (Jan 19, 2025):
I have see public IPs from Switzerland despite me being in the UK and I don't connect to those services over a proxy or vpn.
@stonith404 commented on GitHub (Jan 19, 2025):
Do you have Cloudflare or something similar in front?
@eximo84 commented on GitHub (Jan 19, 2025):
No just cast as my reverse proxy
@stonith404 commented on GitHub (Jan 19, 2025):
If the IPs in your audit logs aren't yours, can you share a few?
@eximo84 commented on GitHub (Jan 19, 2025):
136.226.168.165
147.161.143.71
So I have managed to identify these as safe but they still show unknown (they are a proxy IP) so maybe that's why.
I'm not seeing any other external IPs being authenticated so that's a relief.
Let me attempt connecting via my cellular service provider.
@eximo84 commented on GitHub (Jan 19, 2025):
Ok tried my cell and it's showing a location now. I'm sorry!
🙄 I'm giving myself eye rolls.
Thanks for those that responded.