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
when using pnpm install and netlify deploy viewing site shows error decoding lambda response: error decoding lambda response: unexpected end of JSON input
this works fine though when using npm install or building though CI from a github push
Steps to reproduce
create a basic astro site with SSR (output: "server")
pnpm install (--shamefully-hoist doesn't work either here)
netlify build
netlify deploy
Configuration
[build]
command = "pnpm run build"
publish = "dist"
Describe the bug
when using
pnpm install
andnetlify deploy
viewing site showserror decoding lambda response: error decoding lambda response: unexpected end of JSON input
this works fine though when using
npm install
or building though CI from a github pushSteps to reproduce
(output: "server")
pnpm install
(--shamefully-hoist
doesn't work either here)netlify build
netlify deploy
Configuration
Environment
The text was updated successfully, but these errors were encountered: