Runtime not found. Please start it first or provide runtime-related parameters.
- 0
- Functions
- Cloud
After deploying my code using the CLI, instead of using the git integration like before, I get see this error in my function logs:
Runtime not found. Please start it first or provide runtime-related parameters.\nError Code: 401
Does anyone know what to do?
Edit: Now also the Github deployment doesn't work anymore.
What's the runtime?
Is the appwrite cloud or self-hosted?
@D5 It's the Bun Runtime in the Cloud. Function Name is predict-bun
What version?
I mean, bun version
@D5 Locally installed Version is 1.0.26, @types/bun is latest and on Cloud it's bun-1.0
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...