I will install my app on the company’s site so I want to generate installation link of my app.
I went Developer console to do it and edited Distribution controls.
However, I can’t select where to install my app and installation link is not available.
What should I do?
Hi, can you elaborate on which step you are stuck? https://developer.atlassian.com/platform/forge/distribute-your-apps/
Hi @hirokinishimaki ,
If your app is not free (paid with Atlassian), then you can’t generate a link, and customers must use the markeplace to get it. A solution is to generate a clone of your app with its own id, without the licencing key in your manifest.yml file, and then you can share it.
I’m stuck in the 5th point of the Start sharing your app section.
I can’t select the atlassian product.
Maybe my app is free and my manifest.yml file has no license.
This is the Installation link section.
If my app is free, can I select where to install my app?
Hey hi @hirokinishimaki,
Please deploy the app to production using forge deploy -e production
to enable the installation link.
Thank you!
I could generate the link.