Hi there, I have seen a few people commenting in d...
# help
g
Hi there, I have seen a few people commenting in discussion around the redirectTo property and it not respecting it after OAuth returns - I'm struggling to route to a simple /app after providing it to the signIn function e.g
Copy code
await supabaseClient.auth.signIn({
      provider: "twitter",
    },
    {
      redirectTo: "http://localhost:3000/app"
    });
and in my Additional redirect URLs settings:
http://localhost:3000/app
I wasn't sure if it could be the # symbol appended on the URL that has the access_token param after it, so tried a few ways of hard-coding it on the URL but to no luck. I'm using the supabase-auth-helpers package but don't think it's related to this. Help is much appreciated!
n
Hello @geordi! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
pls send halp 🥲