My function stuck on waiting, just tried recreating the containers with "docker compose up -d" command but it didn't work.
Any idea with this issue?
Do any of your functions work?
No, they don't.
Instead of recreating the containers have you tried docker compose down then docker compose up -d? Sometimes all that's needed is 'power off/power on'.
Yes i tried that @Ernest
Okay. Did you create them using the console or manually? And what version of appwrite are you on?
Built a docker image and then "docker compose up -d" to create containers.
am on version 1.4.13 @Ernest
I mean did you create the functions with the console or manually and just connected it to the console?
why did you build a docker image?
Ooh from console @Ernest
I mean i built the appwrite image from source
That could be the problem. Is there no option to use the prebuilt images with your project?
Why?
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...