You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a sveltekit app with the new cli, with auth and drizzle (better-sqlite)
All seems to work fine except on mobile, safari and chrome. Queries are fired and even a user and session record is created, but locals.user and locals.session are empty...
Anyone have the same issue?
How would I go about debugging this issue on mobile? I'm using Linux on my desktop.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've created a sveltekit app with the new cli, with auth and drizzle (better-sqlite)
All seems to work fine except on mobile, safari and chrome. Queries are fired and even a user and session record is created, but
locals.user
andlocals.session
are empty...Anyone have the same issue?
How would I go about debugging this issue on mobile? I'm using Linux on my desktop.
Thanks in advance,
Olaf
Beta Was this translation helpful? Give feedback.
All reactions