I’ve developed a simple plugin and works perfectly during development.
I’ve been trying to publish a private version of my plugin to see if it might be ready for public consumption and to see if I can’t load it on my own confluence cloud site.
When I go to my site and attempt to upload an app from my URL I get the error when I use https:///package/atlassian-connect.json or or https:///my-app.zip I get:
When I go to my site and attempt to upload an app from my URL I get the error when I use https:///package/atlassian-connect.json or or https:///my-app.zip I get:
Are you building a server app or a cloud app? You shouldn’t be uploading a package file or a zip file. Your cloud app should be hosted on a server you control and to “upload” an app is simply providing the url of your descriptor file (typically named atlassian-connect.json).
The quoted line above makes me feel like you’re building a server app and trying to upload it to Cloud?
Let us know a little more and we can help you out.
You shouldn’t be uploading a package file or a zip file. Your cloud app should be hosted on a server you control and to “upload” an app is simply providing the url of your descriptor file (typically named atlassian-connect.json).
This is what I’m doing. I’m assuming that the atlassian-connect.json is the one from my project I’m using to run my dev environment.
It is encompassed by what I produce with npm pack expanded onto a remote server I control and it is being run over https / apache with a valid certbot certificate.