Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

Hi,

My app begins with a login page that does not seem to be working anymore and now gives me the error message below:

Error: c15r: component not found {stack: (...), message: "c15r: component not found"}

No changes were made to the app and this has just started.
Any ideas why this error is happening?

Thanks

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

Component Not Found Error

Hello Marco,

Could you please send us a screenshot of this error?

Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

Here is a screenshot.

Image

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

Component Not Found Error

Hello!

Looks like something is wrong with a screenshot. Could you attach it again?

Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

Here it is again. Hopefully it will upload properly this time.

Image

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

Component Not Found Error

Hello Marco,

Could you please share your project with support, tell us its name and steps to reproduce?

Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

I have shared my app with appery support.

It is titled 17weeks.

You simply need to attempt to login at the main page. The error seems to happen not the first time you click login, but the second.

You can login with username: test and password: test

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

Component Not Found Error

Hello Marco,

Seems that this is a bug. We'll investigate it and will get back to you with the update.

Marco Spera
Posts: 0
Joined: Tue Jun 17, 2014 7:14 pm

Component Not Found Error

Thanks Evgene, I look forward to hearing back from you on this.

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

Component Not Found Error

Hello Marco,

We have the update from our development team. This is not a bug. After first click login_service is executed, "success" event is fired and loading of second page begins, but only till executing this custom JS code:
codenavigator.notification.alert(...)/code
This is the reason of first error: "Cannot read property 'alert' of undefined"
This error interrupts loading of the second page so we still can see the first one, but a context for searching elements during mapping was changed. Thus, after the second click when login_service is executed again, "password" and "login" inputs can't be found in the new context.
ThiIs won't happen if you run installed app on device or if you use'll use a simple codealert()/code instead of codenavigator.notification.alert(...)/code.

Return to “Issues”