fix(ci): API host is api.msp.<tld>, not msp-api.<tld> #96

Merged
nrupard merged 1 commit from fix/e2e-runner-toolcache into main 2026-06-05 16:46:17 +02:00
Owner

The earlier derivation followed the stale comment in mokosh-clients/src/hooks/fetch.rs (msp. -> msp-api.). The actual canonical staging API is at api.msp.a8n.systems, so wait-for-deploy.mjs hit msp-api.a8n.systems and got HTTP 404.

Switch the derivation in both lib/env.ts and scripts/wait-for-deploy.mjs to prepend api. instead. Refresh .env.example and README to match.

#PMS-140

The earlier derivation followed the stale comment in mokosh-clients/src/hooks/fetch.rs (msp.<rest> -> msp-api.<rest>). The actual canonical staging API is at `api.msp.a8n.systems`, so wait-for-deploy.mjs hit `msp-api.a8n.systems` and got HTTP 404. Switch the derivation in both lib/env.ts and scripts/wait-for-deploy.mjs to prepend `api.` instead. Refresh .env.example and README to match. #PMS-140
fix(ci): API host is api.msp.<tld>, not msp-api.<tld>
All checks were successful
Create release / Create release from merged PR (pull_request) Has been skipped
Check / fmt + clippy + compile + tests (pull_request) Successful in 1m26s
3adb4a277c
The earlier derivation followed the stale comment in mokosh-clients/src/hooks/fetch.rs (msp.<rest> -> msp-api.<rest>). The actual canonical staging API is at `api.msp.a8n.systems`, so wait-for-deploy.mjs hit `msp-api.a8n.systems` and got HTTP 404.

Switch the derivation in both lib/env.ts and scripts/wait-for-deploy.mjs to prepend `api.` instead. Refresh .env.example and README to match.

#PMS-140
nrupard deleted branch fix/e2e-runner-toolcache 2026-06-05 16:46:17 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/mokosh-server!96
No description provided.