Hello-world plugin install returns "cannot be installed on this Cloud instance"

Geoffroy Van Den Broucke November 23, 2020

Hello,

 

I am getting started with plugin development for Jira Cloud (Jira Software). I have followed closely the steps described in the following tutorial: Getting started (atlassian.com)

I have made my files available from the web using ngrok, see below picture.

capt1.PNG

Here is the content of the atlassian-connect.json file:

{
     "name": "Hello World",
     "description": "Atlassian Connect app",
     "key": "test.emixis.plugin.jira",
     "baseUrl": "https://<hiddenurl>.ngrok.io",
     "vendor": {
         "name": "Emixis SA",
         "url": "http://emixis.com"
     },
     "authentication": {
         "type": "none"
     },
     "apiVersion": 1,
     "modules": {
         "generalPages": [
             {
                 "url": "/helloworld.html",
                 "key": "hello-world",
                 "location": "system.top.navigation.bar",
                 "name": {
                     "value": "Greeting"
                 }
             }
         ]
     }
}

Private listing and developper mode are enabled, but when I upload, I get this error:

"https://<hiddenurl>.ngrok.io cannot be installed on this Cloud instance."

Which doesn't help a lot. I have looked for similar issues in the forum but didn't find anything I could try.

Thanks,

 

2 answers

0 votes
Darin February 16, 2023

Hello @Geoffroy Van Den Broucke did you ever get an answer? I have the exact same issue.

I'm following examples such as this to get a sample app, but I can't find anything online that solves this "https://<hiddenurl>.ngrok.io cannot be installed on this Cloud instance" error. 

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 24, 2020

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events