hydration issues with ssr handler
Hi there,
I am trying to create a better-auth ssr handler similar to clerk's
But I am having issues hydrating the user session and query client... at this time I do the following:
It seems like my issue is that the session is not being hydrated into the client. I noticed because in my terminal - when console logging it shows all the session information but in the browser logs it doesn't...
Is there anything else that needs to be done?
GitHub
javascript/packages/tanstack-react-start/src/server/middlewareHandl...
Official JavaScript repository for Clerk authentication - clerk/javascript
0 Replies