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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...