next-auth with react query

Hey all, I have a question, not quite specific to t3-app but more general, I am working with next 13 pages dir, but I am trying to use some suspense capabilities from react-query, however I noticed that when working with next-auth, i was getting error of hydration, at first thought it was because of react-query and then after some time and asking in the react-query discord found out that the issue was with next-auth, i've created an issue on the next auth repo and it was moved to disscusion https://github.com/nextauthjs/next-auth/discussions/7503 has anyone been able to make those 2 co-exist? again, just a basic next-app with pages dir
GitHub
Error with NextAuth + React-query This Suspense boundary received a...
Environment System: OS: macOS 13.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 106.13 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.16.0 - ~/.volta/tools/image/node/18.16.0/bin/node Yarn: 1.22....
1 Reply
Enyel
Enyel13mo ago
Anyone on this??