While installing a custom Application in Freshdesk, I'm getting "there was an error during installation, If this issue persists, please contact support"

This is what the error logged in the app logs.

APP Install error: {\n  status: 400,\n  message: \"Error while deleting webhook 'freshdesk-connector' in VersionOne\",\n  errorData: 'This domain has not been whitelisted'\n}

Seems like your app makes some requests to non-whitelisted domains during app install hence the render data is returning an error and the app install fails. Please try whitelisting the domain in the app manifest and then the app installation should succeed.

Hope it helps!

Regards,
Mughela Chandresh

2 Likes