svelteKitHandler.. I've set-up a custom route apps/frontend/src/routes/api/auth/[...all]/+server.ts with the following code:hooks.server.ts the following codeevent.request.headers does include the etter-auth.session_token=, but it still always return null.. I can't use auth.api.getSession because the auth instance runs in a different worker, but according to the docs it should work with https://www.better-auth.com/docs/reference/faqsvelteKitHandler, but I'm a bit lost. Can anyone help?