Getting error like Error: Uncaught (in promise): navigation stack needs at least one root page

Hello this is Teja, i’m facing a problem with navigation.

I am trying to navigate from ContentPage from sidemenu after that presenting a modal with 3 tabs. whenever trying to close the modal im getting error like " Error: Uncaught (in promise): navigation stack needs at least one root page ".

SideMenu ==> ContentPage ==> ScheduleModalPage ==> ( AlllPage,ActiveePage,InactiveePage ) which is a tab.

i want close the modal and navigate to ContentPage.

is any one there to give response.