Hi

Well that's an odd error, try this:

GET  http://127.0.0.1:8080/management/orgs/org/apps
<http://127.0.0.1:8080/management/orgs/org/apps/appname>

to get all the applications and check if your app is there. Also check in
the Usergrid portal if your org and app are there. If not, it might have
something to do with Elasticsearch I think.

Cheers.

On Tue, Feb 7, 2017 at 7:01 PM, Christoph Wottawa <[email protected]>
wrote:

> Thanks for your help so far.
>
> I did exactly as you said. All I get back now on a freshly installed
> usergrid is:
>
> {
>   "error": "entity_not_found",
>   "timestamp": 1486485311746,
>   "duration": 0,
>   "error_description": "Deleted application ID 
> 5271a13d-ed4a-11e6-84b1-0242ac110005
> not found",
>   "exception": "org.apache.usergrid.persistence.exceptions.
> EntityNotFoundException"
> }
>
> Funny, since the application ID is exactly the one of my app which of
> course can be found and for shure isn’t deleted. Now what could that mean?
>
> Chris.
>
> Am 11.01.2017 um 17:10 schrieb Darius Ciupe <[email protected]>:
>
> You must update the application by performing a PUT request
>
> PUT  http://127.0.0.1:8080/management/orgs/org/apps/appname
>
> {
>      "registration_requires_email_confirmation": true
> }
>
> cURL version:
>
> curl -X PUT 'http://127.0.0.1:8080/management/orgs/org/apps/appname' -d '{
> "registration_requires_email_confirmation": true}'
>
>
>

Reply via email to