Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Won't Login since Update

There seems to be a problem accessing your app, the link redirects me to some Twitter app. Please send me your app backup to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

App Won't Login since Update

Hi Doug,

We were able to access it.

1) On startScreen in service queryGuardianSMS mapping there is a typo in request parameter "where":
codereturn 'id='+value';/codeThere should be:
codereturn 'id='+value;/code
2) On startScreen on Click event there is a typo in collapseChildList JavaScript code:
codealert('CLICK WORKED!);/codeReplace it with the following:
codealert('CLICK WORKED!');/code

Doug Black
Posts: 0
Joined: Wed Aug 14, 2013 11:36 am

App Won't Login since Update

You guys are fantastic! Thank you!

Return to “Issues”