External Fetch Permissions don't work in development env

Hi!

I’m trying to add fetching of data into resolver for Forge App with Custom UI
Here is a part of my manifest.yaml

permissions:
  external:
    fetch:
      backend:
        - 'https://example.com'
modules:
  jira:globalPage:
    - key: test
      resource: customui-resource
      layout: blank
      title: test
      resolver:
        function: customui-resolver
  function:
    - key: customui-resolver
      handler: resolver.handler
resources:
  - key: customui-resource
    path: static/dist

After forge deploy and install --upgrade I get this on my globalPage.


After trying to allow access, I also get an error that “This application is in development - only the owner of this application may grant it access to their account.”

Looks like it is a bug. The same behaviour for staging env.

Hi Andriy

As a sanity check are you using the same account for forge whoami and the one you are using for testing your app?

If they are the same then we’ll need to dig further. The app id and the site/product you have installed the app on will help.