Uncaught (in promise): nav controller was destroyed

Hello guys ! I’m having this issue below, and i really can’t figure out what is going wrong with it. Any help or advice would be greatly appreciated.

1 Like

i have the same issue !

Have you identified where in the code its happening…share that code…

Yoo i fixed this…

this.app.getRootNav().setRoot(LoginPage).then(() => {
this.app.getRootNav().popToRoot();
});

this will help you…

I disagree with the advice in the previous post. All interaction with the root nav controller should be done in the app component.