Forge action used in Rovo agent requires per-user consnet

Hi all,
I’m developing some custom actions to use in Rovo agent using Forge.
My app has these permissions, I assume it should not require per-user consent

permissions:

  scopes:

    - read:chat:rovo

    - read:servicedesk-request

I deployed the app to production and set Distribution status to sharing. Unfortunately, when some other users use the agent with those actions, it still ask them to consent.
I even tried with the template jira-issue-analyst https://developer.atlassian.com/platform/forge/build-a-jira-issue-analyst-rovo-agent/
To make sure not my code issue, but I face the same, even I turned on the Sharing option. Has anyone experienced this?

These are the logs message from my app

	
[NEEDS_AUTHENTICATION_ERR: Authentication Required] {
status: 401,
serviceKey: 'atlassian-token-service-key',
options: undefined
}

Environment: Production