I use next.js and better-auth. And it throws an error when I try to authenticate user on server side. ```typescript const session = await auth.api.getSession({ headers: await headers(), }); ```