Hello.
Is there anyone who is having similar issue like this? This is when I try to use the live query server and first, websocket connections says that Additional properties not allowed
and then the subscription is created next ws connection.
Problem is that although it’s subscribed successfully, the creation or update on a Parse Object doesn’t trigger the create and update event on this subscription
Could you share more details of your live query setup and the code that you are using to connect?
dplewis
October 21, 2020, 12:20am
3
Updating your SDK and Server will fix this.
See discussion
opened 06:45PM - 06 Apr 20 UTC
closed 07:02PM - 09 Apr 20 UTC
### Issue Description
When trying to establish a LiveQuery websocket, sometim… es I get this error:
`{op: "error", error: "Additional properties not allowed", code: 1, reconnect: true}
`
In some cases, it will try to reconnect without sending the installation ID which will allow it to connect successfully. However, sometimes it doesn't retry, in which case it just never establishes the LiveQuery connection.
I'm wondering if there's a way to prevent it from sending the installation ID and just send the applicationId and javascriptKey when creating the connection (which seems to be successful each time).
Please see this recording of what I'm seeing in the browser Network tab: https://www.loom.com/share/9f7b96eeb7f049aa8f66a24413a9d977
### Environment Setup
- **Server**
- parse-server version (Be specific! Don't say 'latest'.) : v3.6.0
- Operating System: Unknown - Sashido
- Hardware: Unknown - Sashido
- Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Sashido
- **JS SDK**
- JS SDK version: "parse": "^2.12.0",
- Application? (Browser, Node, React-Native, etc): Browser
### Logs/Trace
`{op: "error", error: "Additional properties not allowed", code: 1, reconnect: true}
`