Community channels
GitHub Discussions
Ask questions, share ideas, and discuss Next.js topics with the community and the core team.
Discord
Real-time chat with other Next.js developers. Channels for help, showcasing projects, and announcements.
The r/nextjs subreddit for questions, news, and discussion.
Stack Overflow
Searchable Q&A. Tag your questions with
next.js to reach developers with Next.js expertise.Reporting bugs
If you think you’ve found a bug in Next.js, open an issue on GitHub:Reproduce the bug
Create a minimal reproduction. The easiest way is to use the official templates:Strip the app down to the smallest code that shows the problem.
Open an issue
File a bug report with:
- Next.js version (
next --version) - Node.js version (
node --version) - Operating system
- A link to your minimal reproduction
- Steps to reproduce and expected vs. actual behavior
Reporting security vulnerabilities
Do not open a public GitHub issue for security vulnerabilities. Instead, follow the responsible disclosure process:- Go to the Security tab on the Next.js repository.
- Click Report a vulnerability to open a private advisory.
- Provide a clear description, steps to reproduce, and potential impact.
Staying up to date
Twitter / X
Follow @nextjs for release announcements and community highlights.
YouTube
The Vercel YouTube channel publishes conference talks, tutorials, and deep dives.
Canary releases
Try features before they are stable by installing the canary version:
Release notes
Full changelog for every Next.js release on GitHub.
