gpt4 book ai didi

parse-platform - DigitalOcean 上的解析服务器 - 错误 502

转载 作者:行者123 更新时间:2023-12-02 01:28:07 26 4
gpt4 key购买 nike

我已遵循本教程:https://www.digitalocean.com/community/tutorials/how-to-migrate-a-parse-app-to-parse-server-on-ubuntu-14-04

一切正常,除了在向 Parse 服务器发送 POST 请求时,我收到错误 502。以下是 POST 和 GET 请求,它们在使用 https 时返回 502,在使用 HTTP 时返回 301:

curl -X POST \
-H "X-Parse-Application-Id: AppId" \
-H "Content-Type: application/json" \
-d '{"score":1337,"playerName":"Sammy","cheatMode":false}' \
https://domain.name/parse/classes/GameScore

curl -H "X-Parse-Application-Id: APPID" http://domain.name/parse/classes/GameScore

我特别想看看是不是

mongod.conf

很好(我的和教程上的一样)如果

/etc/nginx/sites-enabled/default

也可以。

这是日志:

2016/03/07 22:11:30 [error] 7288#0: *7 connect() failed (111: Connection refused) while connecting to upstream, client: myComputerIP, server: domain.name, request: "GET /parse/classes/GameScore HTTP/1.1", upstream: "http://127.0.0.1:1337/classes/GameScore", host: "domain.name"

有什么想法吗?谢谢

最佳答案

我遇到了同样的问题,在我的例子中是由于迁移过程中内部依赖路径的变化导致的错误。我能够使用以下方法对其进行故障排除:

pm2 记录 0

希望对您有所帮助。

关于parse-platform - DigitalOcean 上的解析服务器 - 错误 502,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35855175/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com