-
-
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
Parse cloud code strange error #535
Comments
Parse.Cloud.useMasterKey(); is no longer supported. The correct way to use the master key would be:
|
@tanmays is correct. Please re-open if you have any issues. 👍 |
This was referenced May 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This cloud code function has been working perfectly until all of the sudden it gives me
code: 141 erro
r no reason and no description. It was working until I published a testflight and had two devices run the function after eachother. I run a ParseServer on Heroku with mongodb as database. I use masterkey and also have defined my server.This is the code to call the function from ios app:
Please, any ideas? I'm starting to rip out my hair...
The text was updated successfully, but these errors were encountered: