How can we check that proxypath is already added

Hi

How can we check that proxypath is already added, getting “FDKServerResponseError: Already Present” error if proxy_url is already added

await platformClient.application(application_id).partner.addProxyPath({
extensionId: config.extension.api_key,
body: {
attached_path: config.proxy_attach_path,
proxy_url: ${config.extension.base_url}/app/proxy
}
})

@vikash108 we store the data of the proxy path in an internal service DB. If proxy path for your extension is already created then it will show “FDKServerResponseError: Already Present”. You can delete the proxy path from DB and uninstall the extension and re-install again to resolve this issue.