Page 1 of 1

API Express Error

Posted: Mon Feb 06, 2017 4:43 pm
by Terry Gilliver

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.


API Express Error

Posted: Tue Feb 07, 2017 11:28 am
by Illya Stepanov

Hello Terry,

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


API Express Error

Posted: Tue Feb 07, 2017 1:34 pm
by Terry Gilliver

Thanks IIlya,

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


API Express Error

Posted: Tue Feb 07, 2017 1:50 pm
by Illya Stepanov

No problem Terry, glad it works now.