-
-
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 always responds "unauthorized" #351
Comments
Can you run your server with |
Visiting a path in the browser won't work for two reasons 1) POST is the required HTTP methods for cloud functions and 2) The app ID is required to be submitted with the request. Trying with one of our SDKs should work. |
I accessed the '/hello' cloud function from Swift SDK and it worked. I did not know about these details. |
I am receiving {"code":141,"error":"Error: undefined unauthorized"} for any Parse Cloud function, even for the simple "hello" function below ( I receive {"error":"unauthorized"}):
My parser-server is hosted in Heroku and using MongoLab.
My cloud/main.js file:
The text was updated successfully, but these errors were encountered: