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
I have a client they're using a [email protected] in frontend and connect with [email protected] so i have to fix some problem for them, i tried to create a new object, get detail or delete some object that all works fine but i can't update any object, it always return error code 101 and message is "Object not found."
Steps to reproduce
I've mongoDB collection named "Article" and this is a schema of this collection.
Seems like the object you're updating doesn't match what's on the server. As in, for the objectId you're setting by hand, the object cannot be found server-side. To confirm this you can try simply querying for your objects directly, making a change and saving them. If that succeeds then it's likely the ids you're setting here manually are incorrect. Otherwise let us know, as it you might have another error.
@montymxb I just found how to resolve this problem.
It all about role and users, i tried to create a new to be admin but i forget to create relation in role table, it make me can't update or create a new object.
And that error message doesn't make sense it must error about permission something error.
Issue Description
I have a client they're using a [email protected] in frontend and connect with [email protected] so i have to fix some problem for them, i tried to create a new object, get detail or delete some object that all works fine but i can't update any object, it always return error code 101 and message is "Object not found."
Steps to reproduce
Expected Results
The data update success with new rank.
Actual Outcome
I got error from ParseServer.
Environment Setup
Server
Database
Thank you
The text was updated successfully, but these errors were encountered: