App failing to run when the run time is nodejs20.x

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"
  }

Hi @pratap2210,

I was able to run my app successfully using the runtime nodejs20.x. I’m curious to know what’s the error you are getting.

If you are consistently getting an error, please raise a bug in Developer and Marketplace Support Portal.

Cheers,
Ian

Here is the error I am getting when using nodejs20.x.