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
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...