Hello!
For the past few days, when deploying an environment, I can follow the logs in real-time, as usual (so only the last logs). However, if I try to view the entire logs using the links "Download or View full deployment log," I have an error message: "Page Not Found."
While attempting to debug this issue, I noticed that the "Download" and "View" links redirect to the URL http://bamboo.local/deployment-download/810352641/build_logs/515211265-810352641-2158428164.log, while on my server, the file is actually located at <bamboo-data>/xml-data/builds/515211265-810352641/download-data/build_logs/515211265-810352641--2136539132.log.
Any ideas why the web interface is pointing to file 515211265-810352641-2158428164.log instead of file 515211265-810352641--2136539132.log?
I suspect that this issue may be related to my very old Bamboo version (6.3). We are currently working on migrating to a newer version, but it would be great if I could find a fix or workaround for this problem in the meantime.
Thanks in advance!