Pass custom data in email templates #40434
Unanswered
Sahil-Gupta584
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
I have two use cases
For 1st one:
when i pass emailRedirectTo (containig my searchParams ) while calling supabase.auth.signUp , the link i receive in the email fallbacks to siteUrl, because emailRdirectTo rejects my link string since it contains dynamic searchParams. if i dont pass search params then everything works fine
for 2nd:
i am sending invite email by calling supabase.auth.admin.inviteUserByEmail , supabse sends email perfectly , user visits the link, and reaches my website, but now i want to verify for which org is this invite link is for, so i can perform some db operations (adding the user in that org).
System information
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions