Hello,
I have followed instructions for creating my own Addon via node.js https://bitbucket.org/atlassian/atlassian-connect-express?_ga=2.196421675.604162594.1526506219-323932314.1487801975
I am running my node.js server on AWS and I have it configured with SSL (took a few days of configuration).
After overcoming SSL errors when trying to add a new add-on, I am now faced with this 404 error:
The add-on host returned HTTP response code 404 when we tried to contact it during installation. Please try again later or contact the add-on vendor.
How can I obtain better logs than Audit Logs? I'd like to find the root cause. I'm running on a free development instance to get the plugin/add-on working.
I have configured config.json and atlassian-connect.json to have the correct URL.
I keep seeing this "/installed" URL needs to have a route, so I added [app.get('/installed')] and [app.post('/installed')] inside routes/index.js
Nothing seems to be working. Does anyone have any ideas?
Thank you in advance,
Dritan