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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...