Replies: 1 comment 1 reply
-
You need to pass your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
here's my authOptions:
the above session:
Now, when I use getServerSession to get the session object in ChatInput.tsx:
here, the session object is:
there's no id property present in session.user
Is this a type conflict? or some delay from the server side?
Beta Was this translation helpful? Give feedback.
All reactions