Replies: 5 comments
-
Hi there! Can you share the code you are using? |
Beta Was this translation helpful? Give feedback.
-
This custom page code, following the documentation |
Beta Was this translation helpful? Give feedback.
-
Are you trying to use the custom credentials or an oauth provider? Because the route your going only works with custom username / password providers. If you're using any of the oauth providers, then you want to take a look here or here for Email (magic-link) type signin |
Beta Was this translation helpful? Give feedback.
-
Sorry for reviving a dead Q&A but this shows up on the front-page of Google when searching for the error. The problem for me was on the server side: I was not awaiting the call to |
Beta Was this translation helpful? Give feedback.
-
I was getting the same error message, but my mistake was putting my custom signin.js file in pages/api/auth/ instead of pages/auth/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please refer to the documentation, the example project and existing issues before creating a new issue.
Your question
How to create a custom page, because following the documentation but get error on console ?
What are you trying to do
i'm trying to crate custom signin page
Documentation feedback
Documentation refers to searching through online documentation, code comments and issue history. The example project refers to next-auth-example.
Beta Was this translation helpful? Give feedback.
All reactions