Google chrome seems to not execute any iframe that is hidden with `display:none` resulting in the jiraBackgroundScripts on the dashboard not executing and running the code defined.
As soon as I remove `display:none` from the parent div of the background script iframe it starts to execute and run the code.
https://developer.atlassian.com/cloud/jira/platform/modules/background-script/
Was actually a nextjs issue detailed here https://github.com/vercel/next.js/issues/39340 https://github.com/vercel/next.js/pull/39514 . I'm not sure the minimum version required but I think it is 12.2.5 that is the first version to fix this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.