I’m facing an issue with Copilot authentication failures in my app. Whenever authentication fails, I want to return the user to the main menu, but I keep encountering an infinite loop.
Has anyone experienced this or have suggestions on how to handle it effectively? What are the steps to achieve a proper redirection to the main menu without falling into this loop?
FYR :
I aim to achieve a solution where, if authentication fails, the user is redirected to a designated space instead of being stuck in a loop.