Help - Rainbow Kit, SIWE, Next Auth, and Next JS 13 app router #1315
-
I'm pretty new to Next JS and I'm trying to piece together how to use NextAuth, Rainbow Kit with SIWE. Are there any examples of siwe, next auth, Rainbow Kit, and Next JS 13 app router? I'm trying to piece it together from various docs but they all seem to use Next JS 12 page router. I don't have much experience with Next 12 so a full example would be ideal. I'm trying to follow the example listed below but getting the error [next-auth][error][CLIENT_FETCH_ERROR] I do have NEXTAUTH_URL=http://localhost:3000/ and NEXTAUTH_SECRET='mysupersecerete' set in .env.local I'm trying to set up a code sandbox but it keeps breaking when I add the dependencies. CPU is running at 99% |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Hello. I have the same issue? Don't know how to use next-auth in NEXTJS 13. Did you find the solution? |
Beta Was this translation helpful? Give feedback.
-
@0xRowdy Is your |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello i'am trying to integrate I can see the prompt to sign a message but nothing happens after that: here is ref to the repo: My goal is to:
|
Beta Was this translation helpful? Give feedback.
Yeah i've just handled this, problem was that nothing was happening after user clicking on verify msg custom adapter was not executing following function but now is all good, here is example using everything latest might be helpful for someone:
https://github.com/AndonMitev/web3-nextjs-template/tree/main