Rank 4: Virtual Machine
properly initialized
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 4: Virtual Machine
properly initialized
Admin
You might have some other client instance or something
Rank 4: Virtual Machine
I noticed the TextField controller is not supplying any text to it. I wanted the TextField to do so
Rank 4: Virtual Machine
it worked, I will need to scatter my data for security purpose
Admin
[SOLVED] Failed host lookup: 'hostname'
Rank 4: Virtual Machine
yeah, solved
Rank 4: Virtual Machine
thanks man @Steven
spreading my data RN
Rank 4: Virtual Machine
I just hope if are in a new function, this wont always re-initiate the details?
client.setEndpoint(end); // Your API Endpoint
client.setProject(id); // ID
client.setSelfSigned(status: true);
Admin
I don't quite understand
Rank 4: Virtual Machine
am I to put it in avoid function and call it?
Admin
What? initializeAppwrite() is your void function already
Rank 4: Virtual Machine
got error saying null, I did not call this funcion
Admin
What? I don't understand
Rank 4: Virtual Machine
must I call appwriteEndpointProjectID();
before use?
Admin
Ah least once, yes...
Rank 4: Virtual Machine
ok then
Rank 4: Virtual Machine
working well
Rank 4: Virtual Machine
I will check how to throwback error on UI if account exixt
Rank 4: Virtual Machine
am trying to catch the response from appwrite
Rank 4: Virtual Machine
any way of including phone here?
i want both email and phone
Admin
Not in one API call at the moment, but you can submit a feature request to add it.
For now, make a separate update phone API call
Rank 4: Virtual Machine
ok then
Rank 4: Virtual Machine
but that will cause two userID
Admin
Update phone won't create another user
Rank 4: Virtual Machine
ok