Hello again, as I mentioned on a previous post I have an appwrite installation behind an Nginx Proxy Manager.
When I try to make a request to /v1/locale I get this response:
{"ip":"192.168.100.200","countryCode":"--","country":"Unknown","continentCode":"--","continent":"Unknown","eu":false,"currency":""}
I want to know if its possible to fix this. The Ip that I got there is the local IP of my NPM container. The installation is as follows:
- Cloudflare
- Proxmox -> Local Network
- LXC -> NPM
- LXC -> Appwrite
If anyone can help me with this it will be really appreciated.
Thanks in advance.
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...