#[SOLVED]Invalid email problem
3 messages · Page 1 of 1 (latest)
You just need to change the parameters order
account.create(
uuidv4(),
user.email,
user.password,
user.name
)
Check here https://appwrite.io/docs/client/account?sdk=web-default#accountCreate for more details
thanks for help😁