
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
- Offline replication with RXDB
Hey there! Trying out apprwrite with rxdb for an offline focussed application. I cannot seem to find on how to set the permissions on a per document level?
- How to Fetch Item and Include the User/A...
A typical workflow with ORMs is to, for example, fetch an item from the DB and include the user who created it. How would I do that with AppWrite? Is that easil...
- Unable to add permission when creating a...
I am creating a collection from a cloud function using the Appwrite Dart server SDK, and I want to add permissions so it can be accessed by users. I added code ...
