Not able to access the web UI console

Hi,

We have recently changed the path based routing for ingress resource as s result my couchbase external url will be like
https://couchbase-ui-{dns name}/clusterId
for example https://couchbase-ui-app.example.com/abc123
when I try to access this url on the browser , it becomes https://couchbase-ui-app.example.com/abc123/ui/index.html and few api’s like /pool and /versions are removing the clusterId from url automatically, so if I see the network tab on the browser those API will be like https://couchbase-ui-app.example.com/pool, https://couchbase-ui-app.example.com/versions and as a result those API’s throws 404. if I try to hit https://couchbase-ui-app.example.com/abc123/pool or https://couchbase-ui-app.example.com/abc123/versions it return response with correct content.
I am new couchbase, any help would be appreciated.