获取 /pets 时出错:uri 为 null

Error getting /pets: null for uri

我在尝试从管理门户将以下 JSON 插入宠物 collection 时遇到了这个问题。

{ "name": "Piranha", "species": "Fish", "place": "Amazon River" }

错误信息: 获取 /pets 时出错:uri 为空:http://localhost:8080/myfirstorg/myapp//pets?ql=order%20by%20modified%20DESC%20order%20by%20created%20desc&access_token=YWMtbiR60KXcEeSrJ4WjiQvKxQAAAUtNrv1T-bU4GA073ysLJz-czaSTPdsczfM

谁能告诉我问题出在哪里? 谢谢

myapp 和 pets 之间的 URL 看起来像是一个额外的正斜杠。需要在 Apache Usergrid jira 中提交错误票证。我可以做这个。