
I setup all but I continue get this error "502 bad gateway openresty" or "ERR_SSL_UNRECOGNIZED_NAME_ALERT", in the docker compos in the traefik section i setup this (the ip correspond to internal docker npm ip)
- --entrypoints.appwrite_web.forwardedHeaders.trustedIPs=172.23.0.2
- --entrypoints.appwrite_websecure.forwardedHeaders.trustedIPs=172.23.0.2

You should be putting Appwrite's traefik and NPM on the same docker network. Then, the destination should be https://appwrite-traefik (on the standard 443 port).
For additional help, see https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243

ok, but it's in the same network

And I can't see this https://medium.com/@stnguyen90/how-to-run-appwrite-behind-nginx-19348ed34243 because is only for members, sorry


Then you should be able to use 443 for the port and the name of the container for the host

thank you, I'll try and give updates๐

Now I'm getting this ERR_SSL_UNRECOGNIZED_NAME_ALERT

Weird...something is wrong with your cert in NPM

Check the certificate
Recommended threads
- URL attribute in "processing" state
Good day everyone! I just started learning React/Vite. In my current database right now I have these 4 attributes, and the URL attributes seems to still be in ...
- Mariadb keeps Restarting / Fails to init...
Ive just setup Appwrite on my docker compose host using the supplied Docker compose commands. My issue is that the mariadb container keeps restarting and fails...
- upsert_documents is not work with jwt cl...
client.set_jwt(jwt) databases = Databases(client) databases.upsert_documents(General, Pallets, [{"$id": "684aeb3e0021e64c10f1", "name": 'ัะตัั '}]) This code al...
