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
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- hi guys! my site is not accesible in my ...