Jira Forge app with customUI doesn't return dark mode / can't set up design tokens correctly?

@clouless You got a Content Security Policy directive violation.

Probably adding the following to your manifest will fix the issue

permissions:
  content:
      styles:
        - unsafe-inline

See Is it possible to use AtlasKit in Custom UI app without unsafe-inline?

1 Like