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
- Current User is Not authorized
recreating same Thread
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...