Oops! We only support app manifests with Node.js runtime versions 14, 18 and above.

Oops! We only support app manifests with Node.js runtime versions 14, 18 and above.

maniffest.json:

{
“platform-version”: “2.3”,
“product”: {
“freshdesk”: {
“location”: {
“ticket_sidebar”: {
“url”: “index.html”,
“icon”: “styles/images/icon.svg”
}
}
}
},
“engines”: {
“node”: “18.15.0”
}
}

I get this error when I upload my ZIP file.

Hi @Yagiz_Gurbuz1, can you check by adding the FDK version? Follow this format

{
  "platform-version": "2.3",
  "product": {
    "freshdesk": {
      "location": {
        "ticket_sidebar": {
          "url": "template.html",
          "icon": "logo.svg"
        }
      },
      "requests": {
        "createTicket": {},
        "getTickets": {}
      }
    }
  },
  "engines": {
    "node": "18.17.1",
    "fdk": "9.0.4"
  }
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.