project name: iskra
please include the error here...and is that the project ID or name?
it is id
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: AppwriteException: general_unknown, Server Error (500) #0 ClientMixin.prepareResponse (package:appwrite/src/client_mixin.dart:73:9) #1 ClientIO.call (package:appwrite/src/client_io.dart:373:14) <asynchronous suspension> #2 Databases.updateDocument (package:appwrite/services/databases.dart:123:17) <asynchronous suspension> flutter: AppwriteException: general_unknown, Server Error (500)
and what's your code that is throwing this exception?
FYI, it's best to wrap code in backticks to format a bit nicer. You can use 1 backtick for inline code (https://www.markdownguide.org/basic-syntax/#code) and 3 backticks for multiline code (https://www.markdownguide.org/extended-syntax/#syntax-highlighting.
try {
AppWrite().db?.updateDocument(
collectionId: 'users',
data: {'about': newText},
databaseId: 'iskra',
documentId: SaveService().prefs.getString('userId')!,
);
} on AppwriteException catch (e) {
print(e);
}
}
did you create the userPhotos attribute recently? is it still processing?
Yes. Today there were problems with deleting an attribute
what problems? What's the state of your attributes now?
After deleting an attribute, the deletion status hung for a long time
now i do not see problrms in panel
Attribute problems happen frequently. can't add or delete
every day i gues
so it was deleting for a while, but now the attribute is gone? can you share a screenshot of your attributes list?
maintenance happens every day at the same time for about an hour. if it says processing or deleting, you'll just have to wait.
list Attribute is long. cant get screenshot. But i can see that is good. no error status
so?
Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.