Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
Parse.Query.subscribe() and Parse.Query.first() throw errors upon calling
Query.first() is also recorded here
Steps to reproduce
Here is a Github Repository that includes files for use in testing this bug.
Create a Parse.Query and call subscribe() on it
alternatively create a LiveQueryClient and call subscribe() on it with a Parse.Query
Actual Outcome
throws error "Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'socket')" upon calling.
Expected Outcome
Expected a subscription object
Environment
Client
- Parse JS SDK version: Parse JavaScript SDK v3.5.0