Twitter login not working
I get this error from twitter "There is no request token for this page." after using the
const { error } = await supabase.auth.signInWithOAuth({
provider: "twitter",
});