/nextjs-dynamic-usage-error-repro

Repro for DYNAMIC_SERVER_USAGE error at runtime

Primary LanguageTypeScript

Getting Started

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.