useSession cannot reach get-session endpoint
Hey there I'm using React in the frontend side and elysia in the backend with postgres as the driver (with bun sql).
The login ad registration through email works correctly but when the user is redirected to the dashboard where I call the useSession the endpoint gives not_found.
While working on my localhost everything works fine, this happens only in prod.
The login ad registration through email works correctly but when the user is redirected to the dashboard where I call the useSession the endpoint gives not_found.
While working on my localhost everything works fine, this happens only in prod.