server code error?
It should works now. Please try to restart the app.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
It should works now. Please try to restart the app.
I still get the same error...
Error code SCSE021: This wasn't supposed to happen but an error occurred. Please try again. If the error persists please let us know on the http://appery.io/forum or email us: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
This is the script I am trying...
code
var responseBody = {},
requestParams = {},
paramKeys = request.keys();
for (var key = 0; key < paramKeys.length; key++) {
requestParams[paramKeys[key]] = request.get(paramKeys[key]);
}
responseBody.requestBody = request.body();
responseBody.requestParams = requestParams;
console.log(responseBody);
response.success(responseBody, "application/json");
/code
Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and us it name.
I just shared it (the script is called "Test"), but everything seems to be working now.
Hello Garrett! It was fixed. Let us know if you need help.