Hello, we have postInstallRedirect
in our manifest file for our bitbucket atlassian connect application published from Marketplace. Our version is on the published, when I install it from the private listening URL, it redirects, but when I install it from the store, it does not redirect.
How can I solve it?
postInstallRedirect: {
key: 'redirect',
url: `MY_URL`,
}
Thanks,
ASP