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:
ts
async function signInWithDiscord() {
const { user, session, error } = await supabase.auth.signIn({
provider: 'discord',
})
}