Marius B.Original post
Rank 2: Process
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.
Summary
Developers are having issues with the runtime not being found after deploying code, and getting an error message stating "Runtime not found. Please start it first or provide runtime-related parameters." This affects both locally installed versions and on the Cloud. The function name is `predict-bun`. Users are also encountering problems with the Github deployment not working anymore.
Solution: It seems like the runtime for the Bun application in the Cloud needs to be started first or runtime-related parameters need to be provided. Check the configuration settings and ensure proper runtime parameters are set.