It is an issue from atlassian. When I used nodejs20.x
in manifest.yml
hence the error is thrown.
runtime:
name: nodejs20.x
But after changing the run time to nodejs18.x
I stopped getting the error in staging.
runtime:
name: nodejs18.x
forge version: 10.9.0
"dependencies": {
"@forge/api": "^4.1.0",
"@forge/bridge": "4.1.0",
"@forge/react": "10.7.0",
"@forge/resolver": "1.6.1",
"react": "^18.2.0"
}