so I am quite new to programming and am trying to set up a parse dashboard through Heroku and link it to my Xcode project.
I first went to github and clicked the button deploy to heroku https://github.com/ParsePlatform/parse-server-example I then set up my app with all the relevant details like appID, masterKey etc
After this, I downloaded the blank Xcode project from the parse website and filled out my details (appId etc)
The project ran successfully and data was sent to Heroku under Heroku mongoDB.
Then to set up my parse-dashboard, I installed parse-dashboard in terminal by doing the following commmand: 'sudo npm install -g parse-dashboard' After this I put in the following details in terminal: appId ... --masterKey ... --serverURL ... --appName ...
I then followed the url to my parse dashboard and was given the error message "server not reachable: server version too low"
Does anyone have any suggestions on how to fix this? If you could bear in my mind the fact that I am new to programming in your answer, that would be great!
Thanks in advance.
Archie