Can't getSession from server-side hooks (SvelteKit)
Hello,
I'm trying to implement better-auth with SvelteKit.
I'm trying to get the current session in the
Unfortunately, the session is always
I'm trying to implement better-auth with SvelteKit.
I'm trying to get the current session in the
hooks.server.ts file.Unfortunately, the session is always
null. Any ideas?