© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
1 reply
erztemplerobba

client.auth.signIn() not a function in newer versions?

I'm using Nuxt3 with supabase and noticed that
const client = useSupabaseClient()
const client = useSupabaseClient()

await client.auth.signIn({...})
await client.auth.signIn({...})

breaks in newer versions.

Used
npm install @nuxtjs/supabase --save-dev
npm install @nuxtjs/supabase --save-dev
to install supabase. I Couldn't figure out why
client.auth.signIn({...})
client.auth.signIn({...})
throws the error that
auth.signIn
auth.signIn
is not a function and finally downgraded the version to
"@nuxtjs/supabase": "^0.1.4",
"@nuxtjs/supabase": "^0.1.4",
. Now everything works just fine.
Is this a known problem?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

supabase.auth.signIn is not a function
SupabaseSSupabase / help-and-questions
4y ago
TypeError client.auth.getSessionFromUrl is not a function
SupabaseSSupabase / help-and-questions
4y ago
signIn function not working, the user is not getting loged in
SupabaseSSupabase / help-and-questions
3y ago
supabase.auth.setSession() not working in serverless function
SupabaseSSupabase / help-and-questions
4y ago