Skip to content

Latest commit

 

History

History
138 lines (128 loc) · 7.1 KB

1.bug_report.yml

File metadata and controls

138 lines (128 loc) · 7.1 KB
NameAboutLabelsAssignees
Report an issueReport a Next.js issue.bug

This template is used for reporting a Next.js issue. Example-related issues should be reported using this issue template instead.

Feature requests should be opened in discussions. For more information about opening a feature request, read more.

Documentation requests should also be opened in discussions.

Before opening a new issue, please do a search of existing issues and 👍 upvote the existing issue instead. This will result in a quicker resolution.

If you need help with your own project, you can:

A link to a public GitHub repository or a CodeSandbox minimal reproduction. Minimal reproductions should be created from our bug report template with npx create-next-app -e reproduction-template and should include only changes that contribute to the issue. To report a Pages Router related issue, you can use these templates: npx create-next-app -e reproduction-template-pages or CodeSandbox.

If you decide to create your own minimal reproduction, please make sure test on canary. It is highly likely that the issue you are experiencing is already fixed in the canary version.

Skipping this/providing an invalid link will result in the issue being closed.

A step-by-step description of how to reproduce the issue, based on the linked reproduction. Screenshots can be provided in the issue body below. If using code blocks, make sure that syntax highlighting is correct and double check that the rendered preview is not broken.

A clear and concise description of what the bug is (e.g., screenshots, logs, etc.), and what you expected to happen.

Skipping this/failure to provide complete information of the bug will result in the issue being closed.

Please run next info in the root directory of your project and paste the results. You might need to use npx --no-install next info if next is not in the current PATH.

Another way you can help the maintainers' job is to pinpoint the canary version of next that introduced the issue. Check out our releases, and try to find the first canary release that introduced the issue. This will help us narrow down the scope of the issue, and possibly point to the PR/code change that introduced it. You can install a specific version of next by running npm install next@<version>.

Any extra information that might help us investigate. For example, where are you deploying your application (Vercel, Docker, other platform)? Is it only reproducible on that platform, or locally too? Is the issue only happening in a specific browser? etc.