Hi, Forge team
I tried to migrate the runtime into the native node.js runtime by following the document. What I did for the migration is to add the runtime
section in the manifest.yaml
like below.
app:
runtime:
name: nodejs18.x
However, I encountered an error message when I ran the application. I guess that an error occurred while using the storage API. What should I do to resolve it?
[REQUEST_EGRESS_ALLOWLIST_ERR: URL not included in the external fetch backend permissions: /forge/entities/graphql.
Regard,
Noah