So i am currently trying to create a SignUp with D...
# javascript
g
So i am currently trying to create a SignUp with Discord and i run into the following problem. On Callback i get this Error. I double checked all URL's and Key's and only used the official function example:
Copy code
ts
async function signInWithDiscord() {
  const { user, session, error } = await supabase.auth.signIn({
    provider: 'discord',
  })
}