【发布时间】:2016-07-22 17:01:09
【问题描述】:
我正在尝试让我的应用程序保存在 Heroku 中,但这个内部错误一直出现在 Xcode 中。
6-07-09 12:01:40.636 ParseStarterProject-Swift[4543:5272824] [错误]: {"code":1,"message":"Internal server error."}(代码:1,版本: 1.12.0)
对象已保存。
当我在 XCode 中运行我的应用程序时,Heroku 中没有保存任何内容,但这出现在 Collections 上方:
使用 mongo shell 连接:
mongo ds023054.mlab.com:23054/heroku_010b13wk -u -p
通过标准 MongoDB URI 使用驱动程序进行连接(这是什么?): mongodb://(redacted)@ds023054.mlab.com:23054/heroku_010b13wk
构建成功,Xcode中“Issues”下没有问题
【问题讨论】:
标签: swift xcode mongodb heroku