Installation failed. The app defined an unknown module (blueprints).

Aleksandr Zuevich
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.
January 25, 2019

Hi,

I'm trying to create Blueprint atlassian-connect add-on. So I took example from here but took "Installation failed. The app defined an unknown module (blueprints)." error when uploading my app to my Confluence cloud instance.

I'd appreciate any help you can give me. Thanks in advance.

Here is my atlassian-connect.json:

{
"key": "confluence-multipage-blueprint-example",
"name": "Confluence Multi-page Blueprint Example",
"description": "Create multiple pages with control over the structure",
"vendor": {
"name": "Atlassian Labs",
"url": "https://www.atlassian.com"
},
"baseUrl": "${addon.base-url}",
"links": {
"self": "http://localhost:3000/atlassian-connect.json",
"homepage": "http://localhost:3000/atlassian-connect.json"
},
"authentication": {
"type": "jwt"
},
"lifecycle": {
"installed": "/installed",
"uninstalled": "/uninstalled"
},
"scopes": [
"READ",
"WRITE"
],
"modules": {
"blueprints": [
{
"template": {
"url": "/blueprint.xml"
},
"createResult": "edit",
"key": "remote-blueprint",
"name": {
"value": "Simple Remote Blueprint"
}
}
],
"webhooks": [
{
"event": "blueprint_page_created",
"url": "/created"
}
]
}
}

 

1 answer

1 accepted

0 votes
Answer accepted
Aleksandr Zuevich
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.
January 28, 2019

I've posted the topic at the Atlassian Developer Community and there is a solution: https://community.developer.atlassian.com/t/installation-failed-the-app-defined-an-unknown-module-blueprints/26614.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events