Articles tagged with "Debugging"
Fixing Broken Dynamic Routes After Upgrading to Next.js 16
Feb 1, 2026
Learn how to fix the common async params breaking change in Next.js 15+ that breaks dynamic routes, and understand why this change makes your apps more resilient.
Tips for Troubleshooting and Debugging Code
Feb 13, 2023
As a software developer, debugging is an important part of your job. Here are some tips to help you become more effective at debugging code.