Rod Simpson created USERGRID-435:
------------------------------------
Summary: Admin Portal - connections listing on data page throws
error
Key: USERGRID-435
URL: https://issues.apache.org/jira/browse/USERGRID-435
Project: Usergrid
Issue Type: Bug
Components: Portal, Stack
Reporter: Rod Simpson
Steps to reproduce:
1. Create entities in two different collections
2. Connect them
3. Read the connection in the data explorer
POST /reviews {"name":"myreview"}
POST /users {"username":"fred"}
POST /users/fred/wrote/reviews/myreview
GET /users/fred/wrote/reviews/ <== this call will give the error
This happens because the data explorer tries to make a /indexes call:
GET /users/fred/wrote/reviews/indexes
Which returns a 500 error
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)