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
Recommended threads
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...