
Hello.
I'm learning to program in Flutter, and after creating my first app, I concluded that I would use AppWrite as the backend. So, I created a very simple app to test and learn how the connection between my app and AppWrite works.
My experience with web programming is still very basic, so I'm asking for your help.
I'm not using Git, so I'm trying to manually deploy my web app to AppWrite Cloud. I created the web app with the "flutter build --release" command, compressed the files created in the "build/web" directory into a tar.gz file, and downloaded it to AppWrite. But after a few seconds, AppWrite returns the following error:
2025-08-17T00:11:25.450112689Z Expected to find project root in current working directory.
2025-08-17T00:11:30.000000000Z The build file was not created.
I downloaded the same files to a local web server and everything works correctly. I've searched the internet and the AppWrite documentation, but I can't find anything that helps me solve the problem.

Error deploying on appwrite site
Recommended threads
- deleteDocument shows The current user is...
my application is an ecomm app that list the products and i just want to add the delete functionality to delete the product the user has permission in appwrite...
- Not sending to majority of Topic Targets...
I have a site using Appwrite Cloud with many people joined with email, Google/Facebook/or Apple Auth. I’ve added them (156 people) to a Messaging Topic and have...
- Getting “Internal Error 500” for all ser...
SDK error is “Access to this resource is block” - but the credentials and same script was working fine before (there’s been no changes my side). The Console sys...
