Replies: 1 comment
-
I figured something out... In |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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