"Hello everyone, how are you all? I am building an application using Flutter and adding user data from my registration form into the database, but I encountered this error.
I have attached a video recording, logs, and an Android screenshot showcasing the error.
Before you say anything, yes, I have added the correct package name from my project into the Appwrite console, and here is the screenshot as proof.
I have also tried renaming the package and modifying the codebase.
If you'd like to see the full codebase, here is the branch: https://github.com/rafay99-epic/MSBridge/tree/v1
Perhaps something is wrong with your project ID.
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...