When subscribing to realtime events of database, the client's websocket receives the messages in the websocket feed, but doesn't call the specific message handler (lambda) in the subscribe. I'm using the self hosted 1.8.1. I'm using the javascript sdk
TL;DR
Issue: Messages being received in the WebSocket feed but specific message handlers not being called in the subscribe function when using realtime events with the self-hosted 1.8.1 and JavaScript SDK.
Solution: Check the connection between the WebSocket feed and the message handler in the subscribe function for any potential issues such as incorrect event bindings or syntax errors that may be preventing the handler from being triggered. Also, ensure that the message handler (lambda) is correctly defined and assigned within the subscription code.Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- Triggers and call function in function p...
Hello, Today we are experiencing several issues with Appwrite Cloud. Functions triggered by events, or functions called from another function, are taking an e...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...