No response for generic oauth api
I am using nestjs, prisma and nestjs, was implementing custom OAuth but when I hit the api I never get any response from the api /auth/sign-in/oauth2. Where do I start debugging?
2 Replies
Are you manually fetching that endpoint?
That's how you're meant to login with oauth2, using the provider Id configured in the plugin
yeah that's how I am also doing it, it then sends the request but no response after that
the api is waiting forever