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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!