Jeffrey created USERGRID-515:
---------------------------------
Summary: 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
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 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)