Well while running pulling the appwrite instance it pull the image from the internet but we want to test it in the area where no internet is available and than build it again so how can we not pull and it run
You should follow the contribution guide to build appwrite from source code, and use main as the branch to build it https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md#setup-from-source
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...