Default
Default
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Default on 7/24/2024 in #questions
Session user id does not get added to session
can anyone help?
3 replies
TTCTheo's Typesafe Cult
Created by Default on 7/24/2024 in #questions
Session user id does not get added to session
When i log my session inside my server component it does not log the id key. Session User:
{
name: 'default01',
email: '*******@gmail.com',
image: 'https://cdn.discordapp.com/avatars/362937922640543755/a6b9c40f7acc80f0d7284c3e955b43ad.png'
}
{
name: 'default01',
email: '*******@gmail.com',
image: 'https://cdn.discordapp.com/avatars/362937922640543755/a6b9c40f7acc80f0d7284c3e955b43ad.png'
}
Does anyone have an idea why the user ID is not getting added to the session?
3 replies