Rank 2: Process
Appwrite not connecting
Votes
0
Replies
24
Participants
Unknown
Messages
25
Okay, then all you need to do is just send an email address.
So I think you need to replace the order of the arguments like so.
const promise = account.create( uuidv4, user.email, user.password, user.name)You can see more here:
https://appwrite.io/docs/client/account?sdk=web-default#accountCreate
Try this and lmn
Also, What version of Appwrite you're using?
Rank 2: Process
I just sign up for the hackathon as i received the mail. let me check what version
Ohh you on the cloud
That's cool no need to check the version
Rank 2: Process
version 1.1.2
Rank 2: Process
am sorry am disturbing u
Rank 2: Process
it d not work
Rank 2: Process
let me send d preview screenshot
It's okay
What error you're getting now?
Rank 2: Process
That's weird, Can you show me your updated code?
Rank 2: Process
ok
Rank 2: Process
should i also show my config file
Maybe the uuidv4 needed to be a function.
Like this
const promise = account.create( uuidv4(), user.email, user.password, user.name)Rank 2: Process
Okay
Rank 2: Process
yes it has thank u
Rank 2: Process
uuid was meant to be a function
Rank 2: Process
am grateful
Rank 2: Process
My question y does d order matter
In a regular JS function it's matter, yes.
Rank 2: Process
ok thank u