我正在尝试设置个人爱好项目的解析 - 我决定将它部署在Heroku上。如何访问Heroku上的Parse仪表板
我跟着这个自述步骤:https://github.com/ParsePlatform/parse-server-example
我在DEPLOY to HEROKU
按钮点击。一切都很顺利。但我无法访问Parse Dashboard
。
我的配置(它的一个测试应用程序 - 我会删除这个&重新部署,因此我共享凭据):
APP_NAME
:test1000000
SERVER_URL
:http://test1000000.herokuapp.com/parse
APP_ID
:test1000000
MATER_KEY
:myMasterKey
还有什么我需要做的吗?
当我试图访问我的浏览器下面的链接,我看到以下内容:
http://test1000000.herokuapp.com/parse
=>
Cannot GET /parse
http://test1000000.herokuapp.com/apps
=>
Cannot GET /apps
http://test1000000.herokuapp.com/
=>
I dream of being a website. Please star the parse-server repo on GitHub!
我缺少的东西?
这是有帮助的。谢谢@安德鲁 – sudhishkr