Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

API Express Error

I have created an endpoint in API Express. which works correctly in its own test environment.

Image
When I import into appery development environment and test it there I get the following error:

{
"status": 400,
"uri": "https://api.appery.io/rest/1/apiexpre...",
"response": {
"code": "AE009",
"message": "Incorrect service configuration",
"status": "BAD_REQUEST"
}
}

I tried deleting the service from appery and also from api express, recreated tt and got the same results.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express Error

Hello Terry,

Could you please enable the Debug mode for your service and give it a run there?
https://docs.appery.io/docs/apiexpres...

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

API Express Error

Thanks IIlya,

I found the problem, i had the response code set incorrectly

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express Error

No problem Terry, glad it works now.

Return to “Issues”