Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

server code error?

It should works now. Please try to restart the app.

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

server code error?

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

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

server code error?

This is the script I am trying...

code

var responseBody = {},
requestParams = {},
paramKeys = request.keys();

for (var key = 0; key < paramKeys&#46;length; key++) {
requestParams[paramKeys[key]] = request&#46;get(paramKeys[key]);
}
responseBody&#46;requestBody = request&#46;body();
responseBody&#46;requestParams = requestParams;
console&#46;log(responseBody);
response&#46;success(responseBody, "application&#47;json");

/code

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

server code error?

Please share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and us it name.

Garrett
Posts: 0
Joined: Sat Aug 17, 2013 12:18 pm

server code error?

I just shared it (the script is called "Test"), but everything seems to be working now.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

server code error?

Hello Garrett! It was fixed. Let us know if you need help.

Return to “Issues”