Hello. I have just updated my appwrite instance to 1.5. I'm trying to deploy a function, which fails on build step. As it seems to me, this error is completely unrelated to my code.
TypeScript
Docker Error: docker: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/8775c2b8a91764abd0b3ce82a69bb84bd8b9a2a8156fa48294253ccffe0c2d66-init/merged: too many levels of symbolic links.
See 'docker run --help'.
/usr/src/code/src/Executor/Executor.php:96
#0 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(408): Executor\Executor->createRuntime('660b243754158db...', 'bible-assistant', '/storage/functi...', 'openruntimes/bu...', 'v3', true, 'src/main.ts', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
#1 [internal function]: Appwrite\Platform\Workers\Builds->Appwrite\Platform\Workers\{closure}()
#2 {main}
TL;DR
After updating to version 1.5, developers are unable to deploy a function due to a Docker error indicating too many levels of symbolic links. The issue seems unrelated to the code.
**Solution:** There is likely a problem with Docker and its mount points. Try restarting the Docker service or checking for any symbolic link errors in the system.Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...