-
-
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
Working fine with postman but not working with previous code #654
Comments
Even it is not working |
If you are running the latest version of parse server the |
Thanks @simonbengtsson for your reply, Yes, I checked both both(Server side and Client Side) APP ID is same but I am still getting unathorized I think I have to pass MasterKey from client side becuase when I tried to call postman where I have to call MasterKey without maskerkey it doesn't work. |
Strange! Can you share you server config and the request you are doing? |
Parse.initialize("APP_ID"); |
Looks correct, what about the |
var api = new ParseServer({ |
Try removing the clientKey. |
Yes, Its working. Thank you Very Much @simonbengtsson |
After migration it is not working when I tried with Postman I have to pass APP ID and Master Key in that but when I tried to work with Parse.initialize and Parse.serve it gives me unauthorized error
Please Help me in that.
The text was updated successfully, but these errors were encountered: