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
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...