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 managed to setup parse server locally. But after changing the "application and master key" in global.json when I tried to deploy my code locally. I got the below error.
D:\Users\mabhalla\Desktop\Parse Server\BidHub\BidHub-CloudCode-master>parse deploy
Uploading source files
Deploy failed with error:
unauthorized
Will retry in 0 seconds.
Uploading source files
Sorry, deploy failed again with same error.
Will retry in 1 seconds.
Uploading source files
unauthorized
Please assist.
Thank you in anticipation,
Ankush Mittal
The text was updated successfully, but these errors were encountered:
The parse CLI is only meant to be used with Parse.com hosted apps. If you're using Parse Server, your Cloud Code is loaded from the file specified by the cloud param (usually ./cloud/main.js).
Hi Team,
I have managed to setup parse server locally. But after changing the "application and master key" in global.json when I tried to deploy my code locally. I got the below error.
D:\Users\mabhalla\Desktop\Parse Server\BidHub\BidHub-CloudCode-master>parse deploy
Uploading source files
Deploy failed with error:
unauthorized
Will retry in 0 seconds.
Uploading source files
Sorry, deploy failed again with same error.
Will retry in 1 seconds.
Uploading source files
unauthorized
Please assist.
Thank you in anticipation,
Ankush Mittal
The text was updated successfully, but these errors were encountered: