Hello, I depoly through the CLI (v2.0.2) but the build failed
This is the result log
What are the logs from the build failure?
log is in the attached file
Here is the openruntimes-executor's log
I meant the function's build logs. Click on the 3 dots on your failed deployment, the 3 dots on the far right > Logs.
Also, does the manual deploy work?
The log is log_result.txt
No, it doesnt work!
Heyy 👋 Original message was becasue new images of v3 runtimes were not pulled yet. that resolves automatically after some minutes.
After that, runtime might be considered stuck, as startup took more than expected. I would recommend docker compose down && docker compose up -d
, to restart appwrite.
Considering some time passed already, you should have the images pulled. Now deployments should work fine
Okay, I restarted Appwrite then i click on redeploy from console?
I clicked on redeploy but it doesn’t work
v3 node runtime not pulled yet... I try pull it manully in the container but have this error
/usr/local # docker image pull openruntimes/node:v3-18.0 v3-18.0: Pulling from openruntimes/node df9b9388f04a: Already exists 4fababc43238: Pull complete ab29cc3c2246: Pull complete 759c4cf4639e: Pull complete 09100208439e: Pull complete 121c3229518a: Pull complete 5479ed20b09d: Pull complete f55095355fae: Pull complete e9594ca838da: Pull complete 4f4fb700ef54: Pull complete 055f650a9cd5: Pull complete a90445306752: Pull complete 96992ee31b60: Extracting [==================================================>] 235.6kB/235.6kB 846260c83587: Download complete 38b057310d21: Download complete ce85934d2d54: Download complete failed to register layer: ApplyLayer exit status 1 stdout: stderr: unlinkat /root/.npm/_cacache/content-v2/sha512/6f/cb: invalid argument /usr/local #
I solved the issue... is a bug related to proxmox with lxc containers
[SOLVED] Appwrite 1.4.2: Function deployment build failed
what was the fix?
Appwrite works fine, there is no fix but a workaround on Proxmox described here https://forum.proxmox.com/threads/docker-failed-to-register-layer-applylayer-exit-status-1-stdout-stderr-unlinkat-var-log-apt-invalid-argument.119954/
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...