Cannot get `Realtime` to work, after moving to a self hosted VPS
- 0
- Self Hosted
- Android
- Realtime
- Databases

I've made a small Android chat application, to tryout the difference features of Appwrite
. Started by setting up a self hosted solution on a server I have running on my local network. Everything seems to work fine. I can use the Auth, communicate with the database and use the realtime feature on the entries applied to the database for a live update of the "chats" coming in.
After this, I desided that I would like to continue working with Appwrite
and wanted to host it on a VPS. So I ran the same process of setting up the self-hosted solution on my VPS, setup the ports and endpoint address in Nginx Proxy Manager
and changed the project details for the new instance of Appwrite
in my mobile application.
Now, I can still use the Auth part, and communicate with the database (reading, writing, etc.). But, the Realtime part does not seem to work in the application anymore? I have checked in the Nginx Proxy Manager
settings, that websocket
support is enabled. It dosen't matter if I use the IP-address or the domain name that I have given. I simply just do not get anything from the realtime subscribtion.
If I try to switch back to the instance running on my LAN server, it works fine again. Is there something I am missing here? I'm not getting any errors in the log either, so I feel a bit clueless at this point. Hope someone can help me out with what to try next.
Recommended threads
- PKCE, Etsy, OIDC, External OAuth provide...
first, thanks for creating and maintaining this software. I'm almost glad i couldn't convince my (wise and wonderful) senior devs to try pocketbase on productio...
- Still an issue? On user deletion, target...
This has been mentioned here: https://discord.com/channels/564160730845151244/1295830646039515146 and as a Github issue here: https://github.com/appwrite/appwri...
- Appwrite database is rounding int values
Hi, i just noticed that appwrite is rounding the value 608542412536545279 to 608542412536545300 in my int array. It seems to somewhat relate to this github iss...
