AlertController Uncaught (in promise): inserted view was already destroyed

Instantiating the Ionic 2 AlertController on the same page it gives this error: Uncaught (in promise): inserted view was already destroyed

I would like to make it run several times equal to the ionic 1 alert instance that can be called several times on the same page.

Not going to happen. Alerts cannot be reused. Make a new one each time.

2 Likes

clash alert, I’ve experienced it like that too