ITADN
fastly/cli/Issues

The `fastly service create` command always returns 404 Not Found (?)

#1780Openindirect 创建于 2026-05-08
bug
I
indirectcommented
**Version** ❯ fastly version Fastly CLI version v14.3.1 (9ea87068) Built with go version go1.25.8 darwin/arm64 (2026-05-08) Viceroy version: viceroy 0.17.0 **What happened** Please describe the command you ran, what you expected to happen, and what happened instead. I ran `fastly service create` and got a 404 instead of a new service. It's the same error whether I pass `--type=wasm` or not: ``` ❯ fastly service create ERROR: the Fastly API returned 404 Not Found: Record not found (Cannot find 'service'). If you believe this error is the result of a bug, please file an issue: https://github.com/fastly/cli/issues/new?labels=bug&template=bug_report.md ❯ fastly service create --type=wasm ERROR: the Fastly API returned 404 Not Found: Record not found (Cannot find 'service'). If you believe this error is the result of a bug, please file an issue: https://github.com/fastly/cli/issues/new?labels=bug&template=bug_report.md ```
0 条评论