Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

success event not navigating to page

Hello,

My app randomly stop opening page on successful event of my login service. No changes were to the service i copied a page and renamed it, but now no page i create will open. I tried to open the page on button click that is also not working.

I have tried everything i can think of. can someone please help me out

There are no javascript errors, I have tried in multiple browsers

The page i am trying to navigate to opens fine on it's own.
Image Image Image Image

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

success event not navigating to page

Hello Shawn,

Please check It might be the error event of this service is fired. Add to this event a handler, for example:
alert("error!");

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

success event not navigating to page

The error event is working i entered the incorrect username and got a javascript alert

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

success event not navigating to page

Hello,

Does it mean that the problem is solved?

Shawn Johnson
Posts: 0
Joined: Wed Jan 15, 2014 4:17 pm

success event not navigating to page

no, it means that error and success events fires without an issue. but there is no navigation to another page.

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

success event not navigating to page

Hi,

Does complete event work? If it doesn't, then please provide public link.

Return to “Issues”