gpt4 book ai didi

swift - 将 Parse 迁移到 Heroku/AWS 时出现 "Internal server error"

转载 作者:行者123 更新时间:2023-11-28 08:45:42 25 4
gpt4 key购买 nike

我正在疏散正在下沉的 Parse 船。

  • 将数据迁移到 MongoDB
  • 在使用 api.parse.com 时测试了与 MongoDB 的连接
  • 在 Heroku\AWS 上托管 Parse 服务器
  • 通过访问他们的 URL 并看到“我梦想成为网站”来测试服务器
  • 更新了 AWS 和 Heroku 服务器的 appid、主 key 和 mongo uri

在我的 app delegate 中使用时,

let config = ParseClientConfiguration(block:{ (ParseMutableClientConfiguration) -> Void in
ParseMutableClientConfiguration.applicationId = "APPID"
ParseMutableClientConfiguration.clientKey = "myClientKey"
ParseMutableClientConfiguration.server = "my AWS or Heroku server"
})
Parse.initializeWithConfiguration(config)

然后我尝试连接以更新 MongoDB 数据库,但出现以下错误,

[Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.12.0)
Code=3840 "JSON text did not start with array or object and option to allow fragments not set."

感谢任何帮助,谢谢

最佳答案

解决了这个问题,这是一个愚蠢的错误,问题是我的密码中有一个@符号,但我没有对其进行 url 编码。当我转义该符号并重新启动服务器时,它开始工作了。

关于swift - 将 Parse 迁移到 Heroku/AWS 时出现 "Internal server error",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35425647/

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