Hi I have gotten a issue that the realtime connection keeps losing its connection for some strange reason
(I am using Coolify so it goes through treafik if I am not mistaken)
Can you first check that the realtime in your console stay connected?
uhm what?
Go inside the Database view in your console
oh alright
Then you should see active Realtime connection
If it's stay active then it means the realtime set correctly
Same issue...
Okay So the problem is somehow with how Coolify sets Appwrite
Can you ssh into the server Run
docker ps -a
And share the Treafik one
And check if maybe it runns behind Nginx?
What do you mean by sharing it?
Like so
or just a ss
ah alright
It means that the Traefik works as expected
Do you have any reverse proxy?
I have a seprate node with a fresh ubuntu server install + coolify
I did lately upgrade appwrite from 1.3.7 to 1.3.8
not sure if I had this before that aswell. Can I just downgrade it easily?
Before that it worked?
Yeah no, in this thread I had the same issue: https://discord.com/channels/564160730845151244/1143592597890269254
Recommended threads
- Does anyone have a docker compose file f...
The compose file example on appwrite docs is 1.8.1 and I would like to try 1.9.0
- Docker compose 1.9.0 support
Hi! Sorry if I've missed something, but I saw that version 1.9.0 was released for self hosting, yet the compose file linked in the official documentation (https...
- Running Appwrite in docker through nginx
Hi team, I'm trying to expose multiple local services (Appwrite, Ollama, PostHog) through a single Nginx reverse proxy port, tunneled via ngrok to a public dom...