© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•13mo ago•
2 replies
Lexumi

Supabase auth generateLink not applying redirect_to

Hello, we need to generate a magic link to sign a user in and redirect to a password reset site. But the redirect_to seems to be ignored.

in the config.toml ive set:
site_url = "http://127.0.0.1:8100"
# A list of *exact* URLs that auth providers are permitted to redirect to post authentication.
additional_redirect_urls = ["https://127.0.0.1:8100","https://localhost:8100/account/reset_password" ]
site_url = "http://127.0.0.1:8100"
# A list of *exact* URLs that auth providers are permitted to redirect to post authentication.
additional_redirect_urls = ["https://127.0.0.1:8100","https://localhost:8100/account/reset_password" ]


so where does the :3000 come from?
Screenshot_2025-02-02_at_13.49.06.png
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

Correct redirect url when calling generateLink
SupabaseSSupabase / help-and-questions
3y ago
Supabase Branching not applying edge functions
SupabaseSSupabase / help-and-questions
2mo ago
Slow auth actions under load (generateLink, verifyOtp, updateUserById)
SupabaseSSupabase / help-and-questions
4y ago
supabase auth
SupabaseSSupabase / help-and-questions
3y ago