I am having an error with project ID. Can anyone resolve this issue?
You're using the wrong env variable when setting up your conf object.
Looks like in your .env it's VITE_APPWRITE_PROJECT_ID, but you're trying to use VITE_PROJECT_ID in your conf.js file.
Looks like you'll have the same issue with all your variables, btw.
I corrected that error,
Now I am having this kind of error
If your user isn't authenticated, I believe this is what is expected to throw when using account.get().
Ok Ok Thank you very much. let me build login sign up forms then probably I will be able to see if it is working fine after successful login and authentication
[SOLVED] Appwrite Database Issue
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...