I'm trying to create a custom signing with providers and credentials

12 Replies
Vincent Udén
Vincent Udén2y ago
Im sorry but you have to learn how to ask questions properly. What is the problem you are facing? You haven't even posed a question, you've just stated your goal. From the error message you could be wondering lots of different things: - Which thing is null/undefined? (It's the providers object) - Why are the providers null/undefined? - How do I handle it being null? And so on and so on. If you want help, make it as easy as possible for others to help you.
gave_one
gave_oneOP2y ago
sorry, I was not clear enough. This is the error:API handler should not return a value, received object. API resolved without sending a response for /api/auth/signin, this may result in stalled requests.
gave_one
gave_oneOP2y ago
gave_one
gave_oneOP2y ago
@Vincent
Vincent Udén
Vincent Udén2y ago
How are these two screenshots even related? In the first one your problem is with providers and now it's about users all of a sudden?
gave_one
gave_oneOP2y ago
sorry I'm back
gave_one
gave_oneOP2y ago
gave_one
gave_oneOP2y ago
I thought it was About the auth side of things I was wrong
Vincent Udén
Vincent Udén2y ago
Sorry, I am really trying to understand but I can't manage to wrap my head around your problem. Hopefully someone else might pick it up.
gave_one
gave_oneOP2y ago
I am getting this in my Console API handler should not return a value, received object. API resolved without sending a response for /api/auth/signin, this may result in stalled requests And the custom signed page in my T3 app it's not showing
gave_one
gave_oneOP2y ago
I have this in my NextAuthOptions
pages: {
signIn: 'auth/signin',
},
pages: {
signIn: 'auth/signin',
},
And this is the website
gave_one
gave_oneOP2y ago
the sign in page code is here and auth code https://paste.gg/p/anonymous/173ab04474924eaa93dfc7a1dceefab1 @Vincent I'm really sorry I'm not good at axing questions but I have broken everything down to what I think the problem is coming from ++close +close

Did you find this page helpful?