Session empty on Elysia server but works on Nextjs client
I have a Elysia server running on port 3002 and my Next.js client running on port 3001. When I signup I'm able to hit the server fine and create a session which is saved to a cookie, but whenever I try and make a request to the server the session is null. I have a guard on each route I want to check the session. I included credentials: "include" on my client request as well
0 Replies