SupabaseS
Supabase11mo ago
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" ]


so where does the :3000 come from?
Screenshot_2025-02-02_at_13.49.06.png
Was this page helpful?