在heroku上访问pouchdb-server

时间:2018-06-22 23:09:50

标签: javascript node.js heroku network-programming heroku-cli

我git克隆了pouchdb-server,然后跟随this tutorial

我这样设置procfileweb: 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界面。

1 个答案:

答案 0 :(得分:0)

事实证明,github上存在一个问题,要求在评论中找到与解决方案完全相同的内容:https://github.com/pouchdb/pouchdb-server/issues/124