postInstallRedirect does not work app install

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`,
      }

https://community.developer.atlassian.com/t/bitbucket-cloud-app-cannot-be-installed-anymore-since-app-descriptor-validator-does-not-follow-redirect/56293/8

Thanks,
ASP

2 Likes

we have the same problem, did you find a solution?