Hi,
I’m currently testing migration of a Connect app to Forge, and after installing the forge version from the DEVELOPMENT environment, the @forge/bridge requestJira() method does not work. It returns the “An unexpected error occurred when fetching an auth token”, and the GraphQL request to retrieve the token returns
"data": {
"userAuthTokenForExtension": {
"success": false,
"errors": [
{
"message": "No Atlassian OAuth token found for this user and extension"
}
],
"authToken": null
}
},
These errors were previously documented here on CDAC but the workaround proposed by @XavierCaron doesn’t seem to work anymore.
It is the same workaround also discussed by @AdamMoore in this similar thread where he mentions that it is resolved by de-authing and re-authing. However I cannot seem to find where I need can de-auth and re-auth the app?
I’m also a bit concerned given that I rather not require all end-users to have to go through de-authing and re-authing after they upgraded from Connect to Forge.
Any tips on how I can get this working?