
An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker: Error response from daemon: Conflict. The container name "/exc3-6518b64d1f08d8955b66-6561d60a761c15c6d90e" is already in use by container "0df77bec05ff9471a1fde8e98a6345de3265605bdcba8036e786d166d267297f". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. \nError Code: 500
I am currently using the cloud version:
PROJECT ID: 6518b64d1f08d8955b66

@Meldiron This seems to be a cloud issue? If I remember correctly, this was being fixed?

I am still getting the error

even triggered by http I got an error

Can you share more of these logs? Particularly from when it was working to when it wasn't including some before and some after


Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
