我git克隆了pouchdb-server,然后跟随this tutorial。
我这样设置procfile:web: pouchdb-server --port 5984
当我运行heroku local web
时,它运行良好,但是当我运行heroku open
时,它却无法运行。我不断收到错误at=error code=H10 desc="App crashed" method=GET path="/" host=myhost.herokuapp.com request_id=someidnumber fwd="myglobalip" dyno= connect= service= status=503 bytes= protocol=https
我知道我需要像本教程中那样设置index.js
,但是我不知道如何。
我想做的是,当我访问https://myhost.herokuapp.com/
时,就好像我正在访问pouchdb服务器一样。因此,我向该地址发出的任何请求都就像我向pouchdb服务器发出的请求一样。当我输入https://myhost.herokuapp.com/_utils
时,我访问Fauxton Web界面。
答案 0 :(得分:0)
事实证明,github上存在一个问题,要求在评论中找到与解决方案完全相同的内容:https://github.com/pouchdb/pouchdb-server/issues/124