Ionic 4 Modal Nested Navigation?

Hi,

I currently have a modal window that I need to navigate to a new page from within, using the Navigate Forward option doesn’t appear to work, although no errors are being thrown?

this.navCtrl.navigateForward(“checkout-success”);

Am I missing something?

Thanks

I am also trying to handle (sub-)navigation from within a modal and having challenges with that. :expressionless:

Any solution ? I’m 2 days trying to figure it out, I’m almost back to ionic 3.