cli icon indicating copy to clipboard operation
cli copied to clipboard

Fastly compute serve tries to write in C:/Windows and fails

Open CGeorges opened this issue 8 months ago • 5 comments

Version

Fastly CLI version v10.12.1 (4aecc677) Built with go version go1.22.3 linux/amd64 (2024-06-13) Viceroy version: viceroy 0.9.7

What happened Recently fastly compute serve starting crashing because it's trying to create a temporary directory in the Windows folder. Windows folder is not a writable directory, why is it trying to write there rather than one of the temporary folder or current folder?

command run: fastly compute serve --watch --auto-yes --verbose --watch-dir ./src --env local

image

CGeorges avatar Jun 13 '24 07:06 CGeorges