i gettin this error
Okay, well, what is the email you're using is it valid? Are you verfying you're sending over the correct information?
i think so
i follow a guide onn youtube, for he, don't happens error
for me, happens
Please make sure to look and confirm. You can do so by inspecting the network requests in the browser's dev tools
?
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...