Because you redirect to another page, the page that you have the its not anymore in DOM => so normally the toast its not there as well.
You have to put the toast at the top component (root = what belong with / in your app), otherwise put the toast at the component you want to display it and initialize it on constructor or lifecycle