© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3mo ago•
35 replies
AlexNotTheLion

cannot auth from local network

Im accessing a hosted instance of supabase via a sveltekit app, localhost:5173 works perfectly fine with auth, and ive got a redirect url for it
localhost:5173/auth/callback
localhost:5173/auth/callback
im trying to host the app on my local network so i can check the application on my phone its hosted on my mac via
pnpm dev --host
pnpm dev --host
and on my phone i can reach the site, however no matter what combination of additional redirect url i add i cannot get auth working, im running on a macbook, the firewall is off, ive set the default redirect url to localhosp (intentionally misspelled) local ip for example is 192.168.0.1:5173, ive tried all of the following

http://192.168.0.1:5173/auth/callback
http://192.168.0.1:5173/auth/callback/
http://192.168.0.1**
http://192.168.0.1:5173**
http://192.168.0.1:5173/**
http://192.168.0.1:5173/auth/callback**
http://192.168.0.1:5173/auth/callback/**
http://*.*.*.*:5173**
http://192.168.0.1:5173/auth/callback
http://192.168.0.1:5173/auth/callback/
http://192.168.0.1**
http://192.168.0.1:5173**
http://192.168.0.1:5173/**
http://192.168.0.1:5173/auth/callback**
http://192.168.0.1:5173/auth/callback/**
http://*.*.*.*:5173**


why do none of these work but accessing via localhost does ?
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

Cannot delete user from auth
SupabaseSSupabase / help-and-questions
4y ago
Help needed with local supabase auth from mobile
SupabaseSSupabase / help-and-questions
14mo ago
Auth redirect in local hosting!!!
SupabaseSSupabase / help-and-questions
3y ago
Error syncing auth and storage schemas from remote to local
SupabaseSSupabase / help-and-questions
6mo ago