Hello,
I've recently changed the bas URL of our Confluence installation in this way:
https://wiki.company1.tld --> https://wiki.company2.tld
(I've also changes settings in server.xml to match the new URL)
In most cases that worked fine, but (as far as i can say now) some links to embedded pictures are broken.
When copying the image url (righzt click in browser > copy url), it looks like this:
https://wiki.company2.tlddownload/attachments/xxxxx/xxx.png?version=x&modificationDate=xxx&api=v2
As you can see, the "/" between ".tld" and "download" is missing. How can I fix this?
As mentioned before, I've just changed the URL inside Confluence general settings and the proxy settings inside server.xml (Tag "Connector" proxyName="wiki.company2.tld")
Any ideas?
Regards
Olaf
EDIT:
I forgot to give some information ;)
Confluence 6.12 behind apache mod_proxy and inside docker container (atlassian/confluence-server)
A redirect is not configured properly in your environment. Investigate the LoadBalancer/ReverseProxy configuration and the server.xml.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.