Invalid document structure: Unknown attribute: "specification" /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:3694 #0 /usr/src/code/vendor/appwrite/server-ce/src/Appwrite/Platform/Workers/Builds.php(498): Utopia\Database\Database->updateDocument(Object(Utopia\Database\Document), '66b7879d0039d55...', Object(Utopia\Database\Document)) #1 /usr/src/code/vendor/appwrite/server-ce/src/Appwrite/Platform/Workers/Builds.php(93):
Try deploying with git and manual with no luck. For context this is account is new and haven't deployed before. Tried opening another account and I'm getting the same error.
We’re looking into this
Are you on Cloud or self-hosted?
When were the projects created?
Cloud.
Today
What's your project ID?
66b0ff530019305177ae
I don't see any related errors on your project, also the error you shared is output that would usually come from a self-hosted setup. On which action does this happen to you?
That output comes up if i choose the manual deploy option and go to the logs
I've been trying for the past 7 hours.
Got it. We were able to reproduce the issue. Seems like it might happen on new projects, we're still validating and then gonna work on a quick fix.
Thanks
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...