Region: sfo Temple: Starter Function Runtime: Nodejs 22 What happened? Before 2 minutes it show ‘server error.","code":500,"version":"0.7.24"}’ after it show correct logs and built successfully
could have been issues gettings the logs because the runtime isn't ready
So, is this normal?
it is not ideal
True, and the building time is change sometimes.
And my deployment logs become ‘’’ unable to retrieve container logs for containerd://310c733b9ccb3d6a79029a9231dedab2b6fb3173aecfcf08120bbc6d5caea4c0 2025-12-31T20:35:34.000000000Z Unexpected error occurred. Please try again.
‘’’
It's strange because it previously showed as active, but now it's showing as failed.
Recommended threads
- Domain issues
i have deleted my organization before switch domains, now i cant register it in my new org
- Session cookies stored on wrong (sub-)do...
Hi, I own a domain `example.com` which is registered with the Appwrite nameserver. My website runs on Sites, using `www.example.com` as domain, and my function...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...