How comes after changing the site auth url (from m...
# help
p
How comes after changing the site auth url (from my localhost) I am now getting a 404. I am using this
Copy code
async function login() {
  const {user, session, error} = await supabase.auth.signIn(
    {
      provider: 'google',
    },
    {
      redirectTo: 'https://www.signal-journey.xyz/home',
    },
  
  )
n
Hello @Paul! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! 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.
p
this worked when I had localhost:3000/home
my routes are
Copy code
<BrowserRouter>
    <Routes>
      <Route path="/" element={<App />} />
      <Route path="/home" element={<Home />} />
      <Route path="/relations" element={<Relations />} />
    </Routes>
  </BrowserRouter>,
n
🆕 redirect after auth gives 404
p
I have also got a colleague to try it who's on a different computer and they get a 404 also.
I EVEN bought a domain name and it still doesnt work! Urgh!
can someone help please ......
I have just reverted back to localhost and ti works perfectly
so it has to be something to do with the domain...i understand the above issue, but i purchased a domain name and it's still not allowing me in. How can this be?
n
Thread was archived by @Paul. Anyone can send a message to unarchive it.
redirect after auth gives 404