@auth/xata-adapter issue.
i've a sveltekit app (svelte 4) and i am using authjs (nextauth) to implement google signin. signout / signout works. however i've noticed that
my session config is as follows:
when i console log the
the adapter is looking for the flat
so i have to manually clear my cookies and signin again.
is there any way to get around this?
updateSession doesn't work. i spent some time and bumped my authjs related packages to the latest i.e. @auth/core@latest @auth/sveltekit@latest @auth/xata-adapter@latest.my session config is as follows:
when i console log the
nextauth_session record i get the following output:the adapter is looking for the flat
xata_* fields, but they're nested in the xata object.so i have to manually clear my cookies and signin again.
is there any way to get around this?
