You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description: Parse Live Query Fails Due to Missing Pointer Key
Summary:
Parse Live Query encounters a failure during decoding because the expected pointer key is missing. This prevents the Live Query feature from functioning as intended.
Steps to Reproduce:
Configure Parse Server with Live Query enabled.
Set up a class that includes a pointer field.
Subscribe to Live Query for the specified class.
Perform a create/update/delete operation on the class that involves the pointer field.
Expected Behavior:
Live Query should handle and decode the operation successfully, including resolving the pointer field.
Actual Behavior:
The Live Query decoding process fails due to the absence of the pointer key, causing the subscription to break or miss updates.
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
Uh oh!
There was an error while loading. Please reload this page.
New Issue Checklist
Issue Description: Parse Live Query Fails Due to Missing Pointer Key
Summary:
Parse Live Query encounters a failure during decoding because the expected pointer key is missing. This prevents the Live Query feature from functioning as intended.
Steps to Reproduce:
Expected Behavior:
Live Query should handle and decode the operation successfully, including resolving the pointer field.
Actual Behavior:
The Live Query decoding process fails due to the absence of the pointer key, causing the subscription to break or miss updates.
Environment:
Logs and Error Messages:
Provide any relevant logs or error messages from the Parse Server or client console. For example:
Possible Cause:
The server or client-side implementation may not properly serialize or include the pointer key during Live Query updates.
Proposed Solution:
Ensure that the pointer key is included in the Live Query payload during serialization or decoding. This could involve:
Additional Context:
Include any other relevant details, such as custom configurations or similar issues reported by other users.
This description provides a clear explanation of the issue, making it easy for maintainers or contributors to understand and address the problem.
The text was updated successfully, but these errors were encountered: