Hi, one of our function has started throwing this error for past 2 hours.
An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker: Error response from daemon: Conflict. The container name "/exc1-6463a34bb4f60b48cec8-6506ae71e8df2f776df5" is already in use by container "690ae23dc63c45b4e3a1d88dc4ab042601b2286eabefd1bac8fc611790cba470". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. \nError Code: 500
What's the functionId?
Appwrite cloud?
yes
Functio ID - 64cde058544aaf2ff385
@Evdog
Taking a look...
cc: @Christy Jacob 👀
@raj.js, when was the last time this function deployed?
6 months ago. it was working till past 3-4 hours
Thanks ++ @Meldiron
@raj.js - please redeploy the erroring out function as a workaround. This looks to be a recurring issue we've been seeing so we are escalating this internally
ok thanks, will try that
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- 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...