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
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...