ive been trying to login users, but getting 500 error the last few hours - anyone with the same problem atm?
const { user, session, error } = await supabase.auth.signUp({
email: 'example23@email.com',
password: 'example-password',
});
{
"code": 500,
"msg": "Database error saving new user",
"error_id": "9e5df685-77ea-49a7-a96b-a7d864e6719a"
}