
This is a self-hosted AppWrite instance, version 1.6.1.
I have a very simple testing function:
return res.json({
motto: "Build like a team of hundreds_",
learn: "https://appwrite.io/docs",
connect: "https://appwrite.io/discord",
getInspired: "https://builtwith.appwrite.io",
});
However, try running it always returns 500 error, with nothing much to work with in the error log:
Here's the error in the appwrite container:
Function timed out during cold start.
And this is what shows up in the executor container:
[Error] Type: Exception
[Error] Message: Function timed out during cold start.
[Error] File: /usr/local/app/http.php
[Error] Line: 1229
[Error] Type: Exception
[Error] Message: Function timed out during cold start.
[Error] File: /usr/local/app/http.php
[Error] Line: 1229
What should I do next to try to debug this?
Recommended threads
- Self hosted Cluster
Hey, Does anyone know how to Build a Appwrite Cluster with Kubernetes or only with docker and connect multiple instances of Appwrite together?
- Invisible OAuth2 Account
Hiya, I deleted an account that was signed in with google - but Appwrite says it still exists. I can't make an account under this email now. I've detached the e...
- Permission denied error Appwrite CLI on ...
Hey all, I was working on deploying functions, but halfway something didn't work. So I decided to start again. But now, whenever I use "init project" I get a pe...
