I have a login page in Xamarin forms.
After logging in, I display a Master Detail page. The detail page has a button that pushes another navigation page. If I go to this page, and navigate back a few times, and log out, the next time I log back in, I get the error:
Cannot access a disposed object
If I simply pop the page, without navigating back, and I log out and log back in, this does not happen.
Any ideas why this might be happening? Thanks!