Replies: 2 comments 6 replies
-
Problem is with the req.body, you might want to remove it: |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm stuck with this problem, although I'm using the same approach as mentioned above. can you please give any suggestion on solving this ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I've been working on implementing NextAuth with WAGMI, RainbowKit, and Sign In With Ethereum. I believe it is close to working with Next JS 13 Route Handlers but am still facing some issues and could use some help.
Here is an updated Code Sandbox
Example of my Route:
app/api/auth/[...nextauth]/route.ts
On my local environment, I'm able to sign the message but I get an error: The only thing listed on NextAuth for the CLIENT_FETCH_ERROR is to ensure you have NEXTAUTH_URL as an environment variable. This is what I have in my .env.local NEXTAUTH_URL=http://localhost:3000/
error:
Any assistance, help, or advice would be greatly appreciated or if there is an example of NextAuth and SIWE being used with Next.js 13 Route Handlers.
Thanks in advanced
Beta Was this translation helpful? Give feedback.
All reactions