Skip to content

fix: download relative artifact URLs against the API base - #11

Merged
ivanmiletic merged 1 commit into
mainfrom
fix/relative-artifact-url
Aug 20, 2026
Merged

fix: download relative artifact URLs against the API base#11
ivanmiletic merged 1 commit into
mainfrom
fix/relative-artifact-url

Conversation

@ivanmiletic

Copy link
Copy Markdown
Contributor

The sync response's relative artifact path is relative to the API base, but the download stripped the /api suffix before appending it, so the request hit the frontend SPA fallback and saved index.html as the artifact with exit 0. Unnoticed on GoRules cloud, which normally hands out absolute signed CDN URLs; any deployment taking the relative fallback (self-hosted without CDN) was affected.

The sync response's relative artifact path is relative to the API base,
but the download stripped the /api suffix before appending it, so the
request hit the frontend SPA fallback and saved index.html as the
artifact with exit 0. Unnoticed on GoRules cloud, which normally hands
out absolute signed CDN URLs; any deployment taking the relative
fallback (self-hosted without CDN) was affected.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ivanmiletic
ivanmiletic merged commit c42c644 into main Aug 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants