Skip to content

Latest commit

 

History

History
64 lines (59 loc) · 3.03 KB

1_bug_framework.yml

File metadata and controls

64 lines (59 loc) · 3.03 KB
NameAboutLabelsAssignees
Bug reportReport an issue so we can improvetriage,bug

NOTE: Issues that are potentially security related should be reported to us by following the Security guidelines rather than on GitHub.
Thanks for taking the time to fill out this issue after reading/searching through the documentation first!
Is this your first time contributing? Check out this video: https://www.youtube.com/watch?v=cuoNzXFLitc

Important ❗

Providing incorrect/insufficient information or skipping steps to reproduce the issue may result in closing the issue or converting to a discussion without further explanation.

If you have a generic question specific to your project, it is best asked in Discussions under the Questions category

Run this command in your project's root folder and paste the result:

npx envinfo --system --binaries --browsers --npmPackages "{next,react,next-auth,@auth/*}"

Alternatively, you can manually gather the version information from your package.json for these packages: "next", "react" and "next-auth". Please also mention your OS and Node.js version, as well as the browser you are using.

A URL to a repository/code that clearly reproduces your issue. You can use our next-auth-example template repository to get started more easily, or link to your project if it's public

Describe us what the issue is and what have you tried so far to fix it. Add any extra useful information in this section. Feel free to use screenshots (but prefer code blocks over a picture of your code) or a video explanation.

Explain with clear steps how to reproduce the issue

Explain what should have happened instead of what actually happened