Page 1 of 1

Error navigating to page

Posted: Wed May 21, 2014 2:43 pm
by Cam Young

I am having a problem navigating to a page. I have a button set up to navigate to another page and when I click the button, it just loads and doesn't navigate to the page. However, when I set the desired page to the default loading screen it loads without problem. I have tried deleting the page, button, and navigation and recreating them but each time I get the same error. On the inspect element, the error is displayed as "undefined token" and in the code "throw e;" is tagged as the place of the error. How can I fix this so that my page navigates correctly? Because I can't change much in the app and need to leave it the way it is.


Error navigating to page

Posted: Wed May 21, 2014 3:27 pm
by Cam Young

Error navigating to page

Posted: Wed May 21, 2014 3:41 pm
by Kateryna Grynko

Hi Cam,

What errors are in browser console?


Error navigating to page

Posted: Wed May 21, 2014 3:50 pm
by Cam Young

I sent the error that comes up in the console above. ^^^


Error navigating to page

Posted: Wed May 21, 2014 7:31 pm
by Kateryna Grynko

Cam,

Could you please post a public link to your app? How can we reproduce this? There seems to be an invalid JS in your app.


Error navigating to page

Posted: Wed May 21, 2014 10:59 pm
by Cam Young

http://appery.io/app/mobile-frame?src...

Username and password are both "test".

Also shared with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a


Error navigating to page

Posted: Thu May 22, 2014 7:17 am
by Evgene Karachevtsev

Hello Cam,

The problem is on savedBarcodes page. There you have BarcodeDB_savedBarcodes_delete_service with name "delete".
"delete" is reserved name and you can't use it. Just rename this service, "myDelete" for example. It should fix the problem.