After changing the base URL in Bitbucket 5.5 when pressing the 'Bitbucket' icon it's trying to get me to the OLD base url.
(Even when the cursor is hovering it without pressing i see that the url is the old one)
Please advise.
Thanks,
Shlomi
I am using a secured Nginx and an Unsecured Bitbucket,
I manged to resolve this issue by adding the next lines to my bitbucket.properties file (under the shared folder, if it's not there create it):
server.port=7990
server.secure=true
server.scheme=https
server.proxy-port=443
server.proxy-name=[my.proxy.name]
server.context-path=/bitbucket
Hi Shlomi,
Are you using SSL? If so, you might have to change the proxyName configuration as well and restart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.