problem next.js server component with cookie and nest.js backend
I setup better-auth with nestjs
and deploy in production with domain e.g api.example.com.
and try use nextjs. in development on localhost:3000
when call
apiClient.signIn.email everything ok and cookie is set but in server component and call
the data session is null and i checked cookie in header i don't see anything related better-auth why?
do i miss something?1 Reply
I'm having the same issue
š