Auth Alert appears after logout

Hi,

If I do logout the user, below alert message appears in the screen.

await auth0Client.LogoutAsync();

If I tap to the “Continue”, a blank page or an error page is opening with a message “something went wrong”

I’ve test it many times doing it just login and logout in the same page for test in my app and result was same. My project is created with xamarin. All Packages/Dependencies are updated.

Any help? When we use the logout method should’t be appear the display message “This allows the app and website to share information. about you”.

I need a help, please…