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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error