Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nextjs Server Side Error Debugging

Debug getServerSideProps and getStaticProps errors in Next.js. Use when: (1) Page shows generic error but browser console is empty, (2) API routes return 500 with no details, (3) Server-side code fails silently, (4) Error only occurs on refresh not client navigation. Check terminal/server logs instead of browser for actual error messages.

majiayu000 67264a3 2 files · 5.1 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/nextjs-server-side-error-debugging commit 67264a3c91

Frequently asked questions

npx skillmds add majiayu000/nextjs-server-side-error-debugging