Los FelizOriginal post
Rank 2: Process
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?
Summary
- Developer created a server-side session using NextJS, but it doesn't appear in the Sessions tab for the user in the browser.
- Confusion between creating sessions on server-side vs. client-side.
- Need to review and possibly adjust code for session creation.
- Solution: Check and modify code for server-side session creation, ensure it properly logs info in the correct location for the user's session tab.