JackyBoi
JackyBoi

Reputation: 2773

Parse deploy code not working

Trying to do a parse deploy of this project. https://github.com/HubSpot/BidHub-CloudCode But keep getting this error enter image description here

already added application id

this is my global.json file

{
    "applications": {
        "BidHub": {
            "applicationId": "XXXXXXXX",
            "masterKey": "XXXXXXXX"
        }, 
        "_default": {
            "link": ""
        }
    }, 
    "global": {
        "parseVersion": "1.3.1"
    }
}

Upvotes: 1

Views: 59

Answers (2)

JackyBoi
JackyBoi

Reputation: 2773

Ok, even after updating to new tools this did not work. So I had to use windows parse CLI to get this done, which was done smoothly.

Upvotes: 0

ponnex
ponnex

Reputation: 848

as what knshn suggested create a new Parse app and copy the JS script or use existing. Please refer to https://parse.com/docs/cloudcode/guide#command-line

Upvotes: 0

Related Questions