Cam Young
Posts: 0
Joined: Wed May 21, 2014 2:35 pm

Error navigating to page

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.

Cam Young
Posts: 0
Joined: Wed May 21, 2014 2:35 pm

Error navigating to page

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

Error navigating to page

Hi Cam,

What errors are in browser console?

Cam Young
Posts: 0
Joined: Wed May 21, 2014 2:35 pm

Error navigating to page

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

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

Error navigating to page

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.

Cam Young
Posts: 0
Joined: Wed May 21, 2014 2:35 pm

Error navigating to page

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Error navigating to page

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.

Return to “Issues”