Sveltekit error Error: Cannot use relative URL (/api/auth/get-session)
I think this is related to some update to sveltekit
1 Reply
Sorry for some context this used to work fine. its just a simple
const session = await authClient.getSession();
actually nvm i downgraded both sk and better-auth and i still get this