-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
object not found for update #597 #622
Comments
Hi , Tried to save other object other than user in after save method of object and get the following response but not showing any record in mongo database; |
Are you sure you're checking the right database?... Since it succeeded like that, it's very unlikely to not be there... |
Yeah , NotificationTitle object created in same database and this method is written in its after save method. |
Change to |
Hi @gfosco , Thanks, |
With Parse Server, and generally the Parse JS SDK, when running on Node, you can't have the concept of a 'current' user or a global flag for using the master key. You have to pass it individually to each save or query call, as part of the options block. You pass either a session token or a flag to use the master key.
|
Hi @gfosco
As mentioned in issue #597 i am still getting object not found exception . let me know if you need more information
Thanks,
Parminder Ghuman
The text was updated successfully, but these errors were encountered: