Error when uploading custom app

Hello Freshworks community,

i am facing a problem when uploading a custom app . when uploading, this is the error i am seeing:
image
however, the manifest clearly states version 18 or above:

"engines": { "node": "18.20.1", "fdk": "9.1.2" }

need help resolving this.

Hi @Jakov_Zeko

Could you please share the manifest.json details?

Regards,
Thakur

Hello,

we’ve tried a few versions of the manifest in the attempts to get it working:

{
“platform-version”: “2.3”,
“product”: {
“freshsales”: {
“location”: {
“left_nav_cti”: {
“url”: “index.html”,
“icon”: “styles/images/icon.svg”
}
}
}
},
“engines”: {
“node”: “18.2”,
“fdk”: “9.1.2”
}
}

{
“platform-version”: “2.3”,
“product”: {
“freshsales”: {
“location”: {
“cti_global_sidebar”: {
“url”: “index.html”,
“icon”: “styles/images/icon.svg”
}
}
}
},
“engines”: {
“node”: “18.20.1”,
“fdk”: “9.1.2”
}
}

and a various other combinations with different versions/ui locations

@Raviraj could you please assist here, see if you can get in an office hour with developer and have this resolved?

Hi @Jakov_Zeko,

I have tried publishing an app with the same FDK version. It goes through fine without this error. I couldn’t reproduce it.

I have checked with the Freshdesk product, and I do not have a classic Freshsales account. Do you mean to build this app only on the classic Freshsales product?

Can you try updating the FDK version to the latest and check if it works with the latest build?
If it still fails, we will have to check further with more access to your account. I can create a support ticket to check it over a private conversation.

Hello Raviraj,

i updated to the latest version of the FDK CLI and now it won’t let me upload even the template app generated by the CLI.
image
i am adding both .zip files to this response
fstest2.zip (3.6 KB)
fstest.zip (11.9 KB)

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