fix(ci): API host is api.msp.<tld>, not msp-api.<tld> #96
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/e2e-runner-toolcache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 hitmsp-api.a8n.systemsand 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