An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker:
- 0
- Functions
- Cloud

I'm using Appwrite Cloud, this particular function used to be working very well but for two days now i keep getting this error
See 'docker run --help'.
\nError Code: 500```

FYI, it's best to use 3 backticks for multiline code (https://www.markdownguide.org/extended-syntax/#syntax-highlighting.

what runtime? i wonder if it's crashing...

nodejs

nodejs 16.0

i guess it is, please how can this be resolved and we are launching the App today just few hours from now

what's your code?


it was working perfectly well before, issues started 2days ago

there are cases where this doesn't return res.send()/res.json()/res.empty(). You should make sure to always return one of them

okay, thats what its causing the issue??
Recommended threads
- Function deployment is stuck on original...
It seems that anything to do with deployments gets stuck at a previous version no matter what I do. I don't know what to do except abandon appwrite altogether s...
- Can't specify $id when creating a row th...
When executing ```python tablesDB.create_row( database_id, table_id, row_id, { rels=[ { $id=id1, node1=id2, node2=id3, }, ...
- Webhook-Triggered Function Persistently ...
I'm encountering a persistent issue where one of my functions, acting as a webhook endpoint, is not executing the latest active deployment when triggered by an ...
