I have been creating an app using the Atlassian Connect Express Framework. All of a sudden, I'm unable to re-register my app with the Jira Cloud. I have been following through their steps, and It was working fine until now.
My app runs on my local machine and is available globally through ngrok tunnel.
When I tried to start my app using the command, "npm start"
I get the following error message in my console -
"Failed to register with host https://<my>.atlassian.net/ (200)
{"type":"INSTALL","pingAfter":300,"status":{"done":true,"statusCode":200,"contentType":"application/vnd.atl.plugins.task.install.err+json","subCode":"upm.pluginInstall.error.ssl","source":"https://<my>.ngrok.io/atlassian-connect.json","name":"https://<my>.ngrok.io/atlassian-connect.json"},"links":{"self":"/rest/plugins/1.0/pending/89b41f7a-a5f9-494c-8336-26e72b6f45bd","alternate":"/rest/plugins/1.0/tasks/89b41f7a-a5f9-494c-8336-26e72b6f45bd"},"timestamp":1582195518358,"accountId":"5e20112cee2e8f0ca83a79ad","id":"89b41f7a-a5f9-494c-8336-26e72b6f45bd"}
Add-on not registered; no compatible hosts detected"
I'm not able to find any solutions for this error - "upm.pluginInstall.error.ssl".
Kindly provide a solution for this! Thanks in advance!