I have tried to set up a POC env as a replica of the prod env where I need to test out few scenarios. I have configured the bitbucket on top of the AWS EKS cluster.
The moment I click on the customized Bitbucket URL, I can see that "login?nextUrl=%2Fdashboard" URI is giving 500 error & in logs, I can see below error message:
java.net.MalformedURLException: no protocol: <DNS_NAME>plugins/servlet/samlconsumer
The bitbucket version is v6.7.0 which is pulled from image “image: atlassian/bitbucket-server:6.7.0-jdk11”.
Are there any configurations that I need to set up additionally?