hello everyone, so I am working on a new project and I am using nginx proxy manager to manage SSL certificates and to redirect requests to containers, but when making a request to get locale the response returns nginx internal ip every time so I think that's a problem first because of the request limitation and second if we want to customize responses according to user location. is there any solution for that?
Check this https://discord.com/channels/564160730845151244/1109402256949903411/1110007371423551558
What it means that you'll need to add these two lines to your docker-compose.yml in the Traefik service
traefik:
command:
...
- --entryPoints.appwrite_web.forwardedHeaders.trustedIPs=172.18.0.3
- --entryPoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.18.0.3
Recommended threads
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...