Realtime stuck on pending – Threads
I’m hosting appwrite on a server where there’s already nginx running and you can see how it’s config looks for appwrite on attachted screenshot. I’m not getting any messages on websocket and its status is stuck at (pending). I’ve also tried redirecting realtime port to outside of docker container and then using it in location /v1/realtime settings in nginx and it didn’t help. I’ve also tried adding /v1/realtime location separetly in nginx as you can see on screenshot and it didn’t help either
TL;DR
Realtime feature stuck on pending status despite trying different configurations in nginx. The developer is hosting Appwrite on a server with nginx already running. They’ve attempted various setups including redirecting the realtime port outside the Docker container and configuring the /v1/realtime location separately in nginx, but the issue persists.
Read more here: Source link