byblader· 8 skills
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.
$npx -y skills add blader/claudeception --skill nextjs-server-side-error-debuggingInstalls into the current project.
Run `npx skills use "https://github.com/blader/claudeception" --skill "blader/claudeception/nextjs-server-side-error-debugging"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blader/claudeception" that are relevant to the current task. Run `npx skills add "https://github.com/blader/claudeception"` and select the relevant skills, then follow their instructions.