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
Hi, I'm refactoring an application moving code to typescript.
Now when I try to save an object I receive this error message on the client side
error sending message {"code":111,"message":"schema mismatch for ChatMessage.match; expected Pointer<Match> but got Object"}
I suppose that part of the problem is sometimes objects are created using the ts classes, and not the parse js objects, but now I think I fixed a bit the things, I still have the problem.
Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, I'm refactoring an application moving code to typescript.
Now when I try to save an object I receive this error message on the client side
error sending message {"code":111,"message":"schema mismatch for ChatMessage.match; expected Pointer<Match> but got Object"}
I suppose that part of the problem is sometimes objects are created using the ts classes, and not the parse js objects, but now I think I fixed a bit the things, I still have the problem.
Am I missing something?
The text was updated successfully, but these errors were encountered: