forge/cli version: 7.0.1
FORGE_EMAIL and FORGE_API_TOKEN environment variables are set and “forge whoami” shows I am logged in as the Bitbucket workspace admin.
Running “forge register”, “forge deploy” (to development/staging/production) all work but when running “forge install”, I receive an error “Authorization failed: Principal has insufficient permissions”. The error message suggests using an installation link but when that is attempted the “Select a site to install this app on:” drop down list is empty.
I tried using a fresh bitbucket-merge-check app created by “forge create” and I encountered the same issue.
Repeated all the same steps on my personal Bitbucket workspace and the app installed fine.
Any help would be appreciated.
Request ID: 2d377bfdbc1c4685b01e9799982752e8
Result: {
"installApp": {
"success": false,
"taskId": null,
"errors": [
{
"message": "Authorization failed: Principal has insufficient permissions",
"extensions": {
"errorType": "PERMISSION_DENIED",
"statusCode": 403
}
}
]
}
}