Rank 2: Process
project name: iskra
Votes
0
Replies
17
Participants
Unknown
Messages
18
Rank 2: Process
project name: iskra
please include the error here...and is that the project ID or name?
Rank 2: Process
it is id
Rank 2: Process
[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)
#2 Databases.updateDocument (package:appwrite/services/databases.dart:123:17)
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.
Rank 2: Process
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?
Rank 2: Process
Yes. Today there were problems with deleting an attribute
what problems? What's the state of your attributes now?
Rank 2: Process
After deleting an attribute, the deletion status hung for a long time
Rank 2: Process
now i do not see problrms in panel
Rank 2: Process
Attribute problems happen frequently. can't add or delete
Rank 2: Process
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.
Rank 2: Process
list Attribute is long. cant get screenshot. But i can see that is good. no error status
Rank 2: Process
so?