Original issue reported: #7267
The root cause was a stale cache: upload happened on a different runtimeVersion than the analysis instance, and post-upload cache purge does not happen on other runtimes. The analysis started with reading the stale-cached API endpoint, failing to access the version. The proper long-term solution is to update the analysis and not use the cached endpoint.