I’m trying to add a custom metadata on users Sign up action.
But when I test the Sign Up, data is empty in the request payload as well as in auth.users table (raw_user_meta_data column)
{
“email”: “xxx@gmail.com”,
“password”: “1qwerty7”,
“data”: {},
“gotrue_meta_security”: {}
}
What can be the problem?