Danial zaib Langah
ย ยทย Building smarter apps with low-code precision ๐Ÿš€

Supabase link redirect fails with multiple parameters.

Database & APIs

I'm trying to reset my email, ensuring the token hasn't expired to maintain authentication. The navigation with a single parameter worked, but it's failing with two parameters now.

supbaseURl/auth/v1/verify?token=tokenValue&type=email_change&redirect_to=tempulhealth://tempulhealth.com/settingsPage?newEmail=langah61%2boo%40gmail.com&token=624389

Here is the supabase structure

<h2>Confirm Change of Email</h2>

<p>Follow this link to confirm the update of your email from {{ .Email }} to {{ .NewEmail }}: {{ .Data }}</p>
<p><a href="{{ .ConfirmationURL }}settingsPage?newEmail={{ .NewEmail }}&token={{ .Token }}">Change Email</a></p>

What have you tried so far?

I created an encoded URL and attempted to redirect using it.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply