I’ve submitted my item view application for the review process, but I’m facing a blocker. The app requires user authorization before it can be used. Once the user completes the authorization, a new tab opens displaying “Authorization Successful,” which should then automatically close and return to the item view application.
However, during the review, the app still displays the authorization page instead of the main feature page. If the user manually reloads the page, it then loads correctly. Is there any listener or method I can use to automatically reload the page once authorization is complete?