sst / sst

Build full-stack apps on your own infrastructure.
https://sst.dev
MIT License
24.07k stars 1.86k forks source link

Deploy failing unexpectedly #5911

Closed Glooper closed 3 weeks ago

Glooper commented 3 weeks ago

I'm not sure if something has changed, but I'm now seeing the following error. As far as I know, nothing in my code should have caused this—though I could be mistaken. I'll continue investigating on my end, but I wanted to flag this in case it's related to the newly released 3.17.6.

SST 3.17.6 ready!

➜ App: pikitia-internal Stage: dev

~ Deploy

| Info Downloaded provider vercel-1.11.0 | Info Downloaded provider command-1.0.1 | Info Downloaded provider tls-5.0.1 | Info Downloaded provider docker-build-0.0.8 | Info Downloaded provider random-4.16.6 | Info Downloaded provider cloudflare-6.2.0 | Info Downloaded provider aws-6.66.2 | Error
Error: Could not resolve "cloudflare:workers" node_modules/hono/dist/utils/color.js:9:120 at file:///home/runner/work/pikitia-internal/pikitia-internal/.sst/platform/src/components/aws/function.ts:1960:21 at processTicksAndRejections (node:internal/process/task_queues:105:5) { promise: Promise { [Circular *1] } }

Glooper commented 3 weeks ago

Looks like the hono team are on to it

https://github.com/honojs/hono/issues/4233

Glooper commented 3 weeks ago

Hono 4.8.1 has fixed the issue so all good now.