You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have seen this occur in projects sometimes and seeing it more and more in this project adopting Greenwood thescientist13/HP_Stuff#1
TypeError: Response.clone: Body has already been consumed.
at webidl.errors.exception (node:internal/deps/undici/undici:3564:14)
at _Response.clone (node:internal/deps/undici/undici:9081:31)
at file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@greenwood+cli@0.31.0-alpha.1/node_modules/@greenwood/cli/src/lifecycles/serve.js:70:49
at async file:///Users/owenbuckley/Workspace/github-forks/HP_Stuff/node_modules/.pnpm/@greenwood+cli@0.31.0-alpha.1/node_modules/@greenwood/cli/src/lifecycles/serve.js:55:5
Type of Change
Bug
Summary
Have seen this occur in projects sometimes and seeing it more and more in this project adopting Greenwood
thescientist13/HP_Stuff#1
Details
Based on some initial debugging, I think the issue is that we should probably doing a
.clone()
herehttps://github.com/ProjectEvergreen/greenwood/blob/master/packages/cli/src/lifecycles/serve.js#L72
Not sure if there are other instances we should check for? 🤔
The text was updated successfully, but these errors were encountered: