When you visit a Bitbucket App page and click on "Get it now":
This redirects to https://bitbucket.org/account/addon-directory?addon={addon_name}.
This usually works well, transforming this URL to :
https://bitbucket.org/{your_workspace_name}/workspace/settings/addon-directory?addon={addon_name}
But, in other cases, Bitbucket doesn't do this redirect to the user's workspace and instead, it shows a "Something went wrong" error page like this one:
I tried to check the differences between both Accounts (the one that works and the one that doesn't) but I couldn't find a reason why this happens.
Does anyone know about this? Thanks in advance.