supabase-ui-svelte
supabase-ui-svelte copied to clipboard
Error when trying to sign in using email
I am getting the following error then trying to login with email:
Could not read Signup params: json: cannot unmarshal array into Go struct field SignupParams.data of type map[string]interface {}
Logging in using a provider is working. My versions are the following:
"dependencies": {
"@supabase/auth-helpers-sveltekit": "^0.10.3",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/auth-ui-svelte": "^0.2.9",
"@supabase/supabase-js": "^2.38.1",
}