解析到 heroku 云代码不起作用
Parse to heroku cloud-code not working
我能够 运行 Parse-Server 上的一段云代码示例,但是当我使用 get 命令从云代码的数据库中的 class 检索数据时,我得到一个错误。
这些在 Parse.com 上工作,但现在我通过 Heroku 运行将它们连接到 Parse-Server 上,它们失败了。我想知道我是否应该以不同的方式格式化 "look-ups"。
我在文档中找不到对此的任何引用。
让 get() 查询工作:
在 index.js 中我将 serverURL 设置为“http://localhost:1337”
我也试过'http://localhost:1337/parse'
然后我在我的项目中尝试了实际的 link,包括 /parse
https://dashboard.heroku.com/apps/"given-name"/resources/parse
我能够 运行 Parse-Server 上的一段云代码示例,但是当我使用 get 命令从云代码的数据库中的 class 检索数据时,我得到一个错误。
这些在 Parse.com 上工作,但现在我通过 Heroku 运行将它们连接到 Parse-Server 上,它们失败了。我想知道我是否应该以不同的方式格式化 "look-ups"。
我在文档中找不到对此的任何引用。
让 get() 查询工作:
在 index.js 中我将 serverURL 设置为“http://localhost:1337” 我也试过'http://localhost:1337/parse'
然后我在我的项目中尝试了实际的 link,包括 /parse https://dashboard.heroku.com/apps/"given-name"/resources/parse