Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

problem with "getting started" tutorial

MicahF September 23, 2016

I'm trying to do the add-on tutorial here: https://developer.atlassian.com/jiracloud/getting-started-39988011.html

When I run npm start, I get this error:

Registering add-on...
Failed to register with host https://admin:somepwd@myinstance.atlassian.net (200)
{"type":"INSTALL","pingAfter":100,"status":{"done":true,"statusCode":200,"contentType":"application/vnd.atl.plugins.task.install.err+json","subCode":"upm.pluginInstall.error.descriptor.not.from.marketplace","source":"https://2342f855.ngrok.io/atlassian-connect.json","name":"https://2342f855.ngrok.io/atlassian-connect.json"},"links":{"self":"/rest/plugins/1.0/pending/83af778d-de45-44e5-8449-3ab0d0015253","alternate":"/rest/plugins/1.0/tasks/83af778d-de45-44e5-8449-3ab0d0015253"},"timestamp":1474660966384,"userKey":"admin","id":"83af778d-de45-44e5-8449-3ab0d0015253"}
Add-on not registered; no compatible hosts detected

Any hints?

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Ralph Whitbeck
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 23, 2016

Make sure you have the Enable Development mode checkbox checked in Add-on settings. See instructions here https://developer.atlassian.com/static/connect/docs/latest/guides/development-setup.html#enable-development-mode

1 vote
Matthew Brand March 28, 2018

Old topic, but wanted to post for anyone else that might come along.

I kept randomly having this happen to me. It would be working, then run `npm start` and I would get the error. Since I'm not using a database right now, I simply removed all references to the juggling-sqlite database. This was in `package.json`, `package-lock.json`, `config.json`, and I just removed `store.db`. That got it working for me. Pretty frustrating that this happens, not sure a better way around it.

0 votes
Robert Massaioli _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 23, 2016
TAGS
AUG Leaders

Atlassian Community Events