This is the error i get. I get this error when using auth providers like google, github, etc. The only way to resolve this issue is to use ngrok to tunnel my http. And the tutorial i found on cloudflare documentation is just using resend to send an email verification.
[wrangler:inf] GET /api/auth/signin 200 OK (10ms) ✘ [ERROR] [next-auth][error][SIGNIN_OAUTH_ERROR]
https://next-auth.js.org/errors#signin_oauth_error[unenv] https.request is not implemented yet! { error: { message: '[unenv] https.request is not implemented yet!', stack: 'Error: [unenv] https.request is not implemented yet!\n' + ' at createNotImplementedError
[wrangler:inf] POST /api/auth/signin/google 302 Found (19ms) [wrangler:inf] GET /api/auth/error 302 Found (6ms) [wrangler:inf] GET /api/auth/signin 200 OK (11ms)
Describe the bug If you make a sign-out button with Auth.js/NextAuth and then use it while running your project with npm run preview (which uses Cloudflare wrangler and supports durable objects wit...