Page 1 of 3

Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Tue Oct 28, 2014 12:59 pm
by Pruthviraj S Patel

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


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Tue Oct 28, 2014 2:01 pm
by Maryna Brodina

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.


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Mon Nov 03, 2014 7:26 am
by Pruthviraj S Patel

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


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Mon Nov 03, 2014 7:27 am
by Pruthviraj S Patel

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


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Mon Nov 03, 2014 9:30 am
by Evgene Karachevtsev

Hello!

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


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Tue Jan 06, 2015 11:35 am
by Pruthviraj S Patel

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

Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Tue Jan 06, 2015 11:52 pm
by Yurii Orishchuk

Hello,

Unfortunatly we can not reproduce this problem.

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

Regards.


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Wed Jan 07, 2015 4:45 am
by Pruthviraj S Patel

"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.


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Wed Jan 07, 2015 5:57 am
by Yurii Orishchuk

Currently i can not access your app public link,

Did you change something?

Regards.


Uncaught TypeError: Cannot read property 'find' of undefined

Posted: Wed Jan 07, 2015 6:26 am
by Pruthviraj S Patel

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