I created an Custom App and tested it locally.
It runs correctly locally:
But when I try to install it on the portal I got the following problem:
Is there a way to understand what is the problem?
My manifest.json
{
"platform-version": "2.0",
"product": {
"freshservice": {}
},
"dependencies": {
"node-fetch": "2.6.1"
}
}
Thank you!