I’m facing an issue when Jira initiates the consent flow for external authentication.
The app is jira:globalPage with layout: blank.
As per the documentation https://developer.atlassian.com/platform/forge/runtime-reference/external-fetch-api/#external-authentication “The app is replaced with a button for the user to select to start the flow.”, but actually it’s only replacing part of the application and the screen looks broken.
From my initial investigation I realized that the iframe style is “display: block;” and mainly this is what maybe causing the issue, and the app is still partially displayed on the screen.
Anyone faced this issue before, and is there a way to solve it?