The containers may not be running properly. Make sure they're started by running docker compose up -d
[SOLVED} not found issue
I appreciate @Steven Enjoy your day
@Steven
how do I update phone details immediately account is created?
I did this,
Future submitDetails = account.create(
userId: ID.unique(),
email: submitEmail,
password: submitPassword,
name: submitName,
);
submitDetails.then((response) {
return response;
}).catchError((error) {
return "An error occured";
});
Future phoneNumber = account.createPhoneSession(
userId: ID.unique(),
phone: submitPhone,
);
phoneNumber.then((response) {
return response;
}).catchError((error) {
return "An error occured";
});
}
Only account was created, no phone details was present
Best to create another post.
But one problem is create phone session creates a new account
I will consider creating new post next time @Steven
how do I update phone immediately?
updatePhoneSession?
Update phone. However you need to make sure to call it after creating a session
[SOLVED] not found issue
it did not work, I guess am missing something
phone: submitPhone,
password: submitPassword,
);
phoneNumber.then((response) {
return response;
}).catchError((error) {
return "An error occured";
});```
Best to create a new post with your full code and error
Recommended threads
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?