Rank 2: Process
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?
Votes
0
Replies
13
Participants
Unknown
Messages
14
Rank 2: Process
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?
Rank 2: Process
No, they don't.
Rank 3: Container
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'.
Rank 2: Process
Yes i tried that @Ernest
Rank 3: Container
Okay. Did you create them using the console or manually? And what version of appwrite are you on?
Rank 2: Process
Built a docker image and then "docker compose up -d" to create containers.
Rank 2: Process
am on version 1.4.13 @Ernest
Rank 3: Container
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?
Rank 2: Process
Ooh from console @Ernest
Rank 2: Process
I mean i built the appwrite image from source
Rank 3: Container
That could be the problem. Is there no option to use the prebuilt images with your project?
Why?