[
https://issues.apache.org/jira/browse/USERGRID-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14965580#comment-14965580
]
ASF GitHub Bot commented on USERGRID-515:
-----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/usergrid/pull/219
> [SPIKE] Creating collections in the portal throws an error
> ----------------------------------------------------------
>
> Key: USERGRID-515
> URL: https://issues.apache.org/jira/browse/USERGRID-515
> Project: Usergrid
> Issue Type: Bug
> Components: Portal, Stack
> Reporter: Jeffrey
> Assignee: ryan bridges
>
> The '+' button to create a collection in the UI does not work.
> In Chrome dev tools it looks like it is doing a PUT to this URL:
> https://{host}/{org}/{app}/?access_token={token} with this request data:
> {"metadata":{"collections":{"foo":{}}}}
> And the response looks like this:
> duration: 6
> error: "entity_not_found"
> error_description: "Cannot restore. Deleted Application not found:
> 5ab1ef5c-7f4c-11e4-9bb8-0ad113d917ad"
> exception:
> "org.apache.usergrid.persistence.exceptions.EntityNotFoundException"
> timestamp: 1427291983254
> Open tickets to do the fixes as necessary
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)