We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report here claims to have fixed the error on the docs but it still didn’t include const SIGNIN_ERROR_URL = "/error"; as reported.
const SIGNIN_ERROR_URL = "/error";
I have to include the const myself as well as add the signOut:”/signout” which is also not included in the custom signout page docs reference.
signOut:”/signout”
https://authjs.dev/guides/pages/error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the improvement or update you wish to see?
Report here claims to have fixed the error on the docs but it still didn’t include
const SIGNIN_ERROR_URL = "/error";
as reported.Is there any context that might help us understand?
I have to include the const myself as well as add the
signOut:”/signout”
which is also not included in the custom signout page docs reference.Does the docs page already exist? Please link to it.
https://authjs.dev/guides/pages/error
The text was updated successfully, but these errors were encountered: