a day ago
Hi Railway team - I just published the Stackray template from my workspace, but Railway assigned it the code stackray-1 instead of stackray.
Current published template:
- code:
stackray-1 - id:
3c39a30a-467f-4b7e-9157-fd30f5c5ac0d - workspaceId:
c374462a-d073-487c-8507-bfe535ecc7a4 - status:
PUBLISHED - updatedAt:
2026-07-06T01:05:45.527Z
What looks wrong:
- Authenticated GraphQL
template(code: "stackray-1")returns the published template. - Authenticated GraphQL
template(code: "stackray")returnsTemplate not found. railway templates list --jsononly showsstackray-1.railway templates search stackray --jsononly returnsstackray-1.curl -I https://railway.com/deploy/stackrayreturns HTTP 404 withx-cache: DYNAMIC.- But a real browser request to
https://railway.com/deploy/stackrayreturns HTTP 200 withx-cache: STALEand renders an older Stackray template page. The stale page links to/new/template/stackray. - Adding a query string, e.g.
https://railway.com/deploy/stackray?codex_cache_bust=..., correctly returns the 404/dynamic page.
So it looks like the bare /deploy/stackray path is stale edge/frontend cache, while the backend no longer has a stackray template code. Can you purge the stale /deploy/stackray cache and/or release/reassign the stackray code to my published stackray-1 template?
For now I am using https://railway.com/deploy/stackray-1, but I would prefer the canonical https://railway.com/deploy/stackray if possible.
2 Replies
Status changed to Awaiting Railway Response Railway • 1 day ago
Status changed to Awaiting User Response Railway • 1 day ago
brody
I have swapped the template code to `stackray` - you should be good to go!
a day ago
Wow that was quick, thanks!
Status changed to Awaiting Railway Response Railway • 1 day ago
Status changed to Solved Railway • 1 day ago
