pnpm install
pnpm build
pnpm start
Open http://localhost:3000/foo?foo=1 with your browser to see a 500 error. Inspect the server logs to see DYNAMIC_SERVER_USAGE
error.
Repro for DYNAMIC_SERVER_USAGE error at runtime
TypeScript
pnpm install
pnpm build
pnpm start
Open http://localhost:3000/foo?foo=1 with your browser to see a 500 error. Inspect the server logs to see DYNAMIC_SERVER_USAGE
error.