dearKoyeb community team,
I tried to create a web service for a a github session id generator proccess.but after starting to deploy,it says,
Instance created. Preparing to start…
Image download failure. Image does not exist. Please check your Service configuration.
Instance stopped.
Can you please help me?
Hey @LLW_EDITOR, what image are you trying to use? Does it come from public or private registry?
I don’t know.I was trying to create a web service using GitHub - LLWEDITZ/david-session this repo and that error apears every time.
It seems you miss a lockfile in your repository. Without it, we cannot identify the Node.js package manager.
Maybe, you use Dockerfile instead. Do you have a Dockerfile in your repository? If so, you should use the Dockerfile builder instead of Biuildpack.