Hi everyone (& <@!107176742342402048> ) I've been...
# javascript
s
Hi everyone (& @User ) I've been banging my head against the wall with a new project in SvelteKit using the Supabase
auth
API. Sign-up & login work, but for some reason, I cannot access the
user
object on the client.
supabase.auth.setAuth($accessToken)
returns nothing—no error, no data. I've documented the problem here: https://github.com/supabase/supabase/discussions/4634#discussioncomment-1865642 Can anyone point out what I'm missing? Thanks!
s
This could be due to a delay in the process of when the server renders the page compared to when the client sends the request to complete the auth with supabase
I'm going to continue this conversation on the Discussions as its easier for everyone to follow there