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 manually created a mongDB and deployed this parse server example to heroku
now I want use Parse dashboard for this using
parse-dashboard --appId yourAppId --masterKey yourMasterKey --serverURL "https://example.com/parse" --appName optionalName
but I don't know where to get appId, masterKey and appName after running this with default appId, masterKey and appName but actual serverURL its runs dashboard but on dashboard page it says "Server not reachable: unable to connect to server" what is the problem
The text was updated successfully, but these errors were encountered:
I 'm not sure that what was the actual issue
But I manually put appId, masterKey and ServerURL in index.json than push my parse server example again.
Now its working fine
I manually created a mongDB and deployed this parse server example to heroku
now I want use Parse dashboard for this using
parse-dashboard --appId yourAppId --masterKey yourMasterKey --serverURL "https://example.com/parse" --appName optionalName
but I don't know where to get appId, masterKey and appName after running this with default appId, masterKey and appName but actual serverURL its runs dashboard but on dashboard page it says "Server not reachable: unable to connect to server" what is the problem
The text was updated successfully, but these errors were encountered: