You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Rod Simpson (JIRA)" <ji...@apache.org> on 2015/02/27 23:11:05 UTC

[jira] [Created] (USERGRID-435) Admin Portal - connections listing on data page throws error

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)