20 Jun, 2026, 15:48
setup
- dev container (default linux universal) WSL (test with gh codespace too)
- php 8.5.7
- all extensions installed
composer installfinecomposer run installer:devissue
TypeScript
=> [appwrite-worker-functions] resolving provenance for metadata file 0.0s
=> [appwrite] resolving provenance for metadata file 0.0s
[+] Building 1/1
✔ appwrite-dev Built 0.0s
exec /usr/local/bin/install: no such file or directory
Script docker compose build && composer installer:clean && php src/Appwrite/Platform/Installer/Server.php --docker handling the installer:dev event returned with error code 255
and xdebug issue
TypeScript
"unlink(/tmp/appwrite-install-lock.json): No such file or directory"
src/Appwrite/Platform/Installer/Server.php:296
TL;DR
Issue with running `composer run installer:dev` command in a local build setup. Error message indicates missing `/usr/local/bin/install` file and xdebug problem with `/tmp/appwrite-install-lock.json`. Solution is to check the scripts and verify the correct paths/files are being referenced.Recommended threads
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- sh: vite: Permission denied
When installing the vue starter template as site and then adding DaisyUI, i get the error `sh: vite: Permission denied`. I also got this issue (with a fresh tem...
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...