Hi team, my appwrite realtime updates suddenly stopped working, am using a self hostage instance on linux and on client is Flutter.
Are you using Cloudflare?
No i don't @D5
And any reverse proxy?
I have nginx but it's running on port 80 and appwrite is configured to run on port 2021.
Do you get any errors when running docker compose logs appwrite?
Nothing else?
Yes, but when i check on appwrite-realtime log
What do you get there?
Interesting
And do you get errors in redis container (appwrite-redis)?
Are you using latest appwrite version?
Am using Version 1.4.12
The appwrite-redis log shows :
The redis container seems fine.
Try upgrading to 13
But probably the issue is caused by the proxy 🤔
Thank you
Does it got solved thanks to that?
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...