
I am confused about creating a session on the server side vs. creating a session on the client side. I successfully create a session on the server side via my web interface, I get code 200, and log the relevant info in both browser console and Appwrite's Exevution logs. But when I refresh the Sessions tab for my user, the tab is empty. Where is the session being created and why is it not listed in the Session's tab?

Testing this myself with NextJS and creating a server side session works just fine and logs it in the sessions tab for the user. What does your code look like that is creating the session?
Recommended threads
- Unknown origin using Capacitor
I’m using capacitor to create native apps from angular source code. It was working a month ago, but now when I try to access appwrite through the app I get “Inv...
- starter-for-nextjs abandoned
I checked out the start-for-nextjs repo in appwrite and it seems like no one is updating it timely as the next version in it is 14.2.x and currently the latest ...
- Failed sending to target forbidden error
// Send test email using the specific target ID await messaging.createEmail( 'unique()', // messageId 'Test Email, // subject ...
