Register Addon manually for testing - JIRA atlassian connect express

Hi Team,

I have developed new addon using ace framework and need to test this on testing server without auto registring it ( addon.register() ) automatically.

is there way to manually register the addon for testing so that we can manully install and test it out via upload app url

I have tried manually without registering a addon but it’s not working

Hi!

Check out the AC_OPTS section in the ACE documentation (Bitbucket). You can set a AC_OPTS=no-reg option in order to disable automatic registration.

I’ve also experienced the same error message recently with Atlassian Connect Spring Boot. Deleting the persistent storage files solved this issue for me, so as far as I know this error tells that stored host details are incorrect.

I hope that helps!

1 Like