You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so the WordPress oauth server is generating the code and while redirecting back to this page it says "Error: This action with HTTP GET is not supported by NextAuth.js"
Below is my next auth route file inside mydomain/app/api/auth/[...nextauth]/route.ts
i'm using
"next": "13.4.12",
"next-auth": "^4.22.3",
I'm unsure if this is a next-auth thing or i'm not sending something useful to the WordPress OAuth server
I've configured everything on the WordPress side and seems everything is working perfect, I'm trying to connect using the next auth client and I get this error. When I click the sign in button I get redirected to the url https://mydomain.local/api/auth/callback?code=182cdfefe65de7bc15acb4619e44b6e0ac1a98aa&state=AUDGKCrDKzaNyTLeMf_6J8-3b6jWHd4d24-WTYSsNcE
so the WordPress oauth server is generating the code and while redirecting back to this page it says "Error: This action with HTTP GET is not supported by NextAuth.js"
Below is my next auth route file inside mydomain/app/api/auth/[...nextauth]/route.ts
i'm using
I'm unsure if this is a next-auth thing or i'm not sending something useful to the WordPress OAuth server
am i missing something to pass to the server or is it something related to next-auth thing? please help
The text was updated successfully, but these errors were encountered: