is anyone is getting AppwriteException: general_unknown, Server Error?
if its related to the cloud it might be due to it being upgraded at the moment
Yes, I'm getting the same error
Even now?
Yes 'response: { message: 'Server Error', code: 500, type: 'general_unknown', version: '0.10.40' }'
Hey, its now resolved with no changes to my project. Might be an issue on the server
Recommended threads
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.