Back button shows on first tab

Hi,

We’ve upgraded to the latest ionic and angular versions etc. one of the issues that has come forth of this is a back button being shown after navigating from a login screen to tabs page. The first tab page now contains a back button which when pressed loads the same tab in again and again and again.

Expected result would be no back button at all since you don’t want to be able to go back to the login page vai that route (we have a logout button in one of the tabs which sets the root).

Setting the tabpage as root however does also not work.

any ideas ?

With best regards,
Robin

Update: Hiding the button resolves the issue on ios but on android the hardware back button still reloads the first tab which indicates a bigger problem with my navigation stack (the ios solution feels a bit hacky)