supabase-ui-svelte icon indicating copy to clipboard operation
supabase-ui-svelte copied to clipboard

Error when trying to sign in using email

Open Shawak opened this issue 1 year ago • 0 comments

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",
	}

Shawak avatar Jan 27 '24 02:01 Shawak