Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

hi
This error msg does not come always but some times navigating to different pages this error occurs and app freezes.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

Hello!

Click on that error message to see in what line is the problem. Check in that line for what object you execute find method.

Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

if (name) {
elem = context.find("[dsid='" + name + "'], " +
"[dsrefid='" + name + "']");

i am getting this error appery side, i have no idea from where the error is coming

Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

Uncaught TypeError: Cannot read property 'find' of undefined appery.js:398

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

Uncaught TypeError: Cannot read property 'find' of undefined

Hello!

Could you please provide us with a public link to your project and steps to reproduce the issue?

Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

hi

public link:

http://appery.io/app14/mobile-frame?s...

  1. register,login
    2.opening page click on dashboard
    3.now simultaneously keep navigating between dashboard page and hot than we get "Uncaught TypeError: Cannot read property 'find' of undefined" this error
  2. now page is also getting blank , if we keep clicking on dashboard and hot or any other button in this page
Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Uncaught TypeError: Cannot read property 'find' of undefined

Hello,

Unfortunatly we can not reproduce this problem.

Also could you please specify what do you mean by "simultaneously keep navigating"

Regards.

Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

"simultaneously keep navigating" when we go to dashboard page we get latest ,hot ,adddish,search button . On click on each button we navigate to different page.
On page show some services are invoked and while services are invoking if we try to navigate to other page I am getting blank(white) screen.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Uncaught TypeError: Cannot read property 'find' of undefined

Currently i can not access your app public link,

Did you change something?

Regards.

Pruthviraj S Patel
Posts: 0
Joined: Sat Sep 13, 2014 10:27 am

Uncaught TypeError: Cannot read property 'find' of undefined

i just selected Render all pages in one HTML file in app settings. now i ve unchecked it.

Return to “Issues”