My project seems to be deploying (using docker) correctly, but it is saying that it has exited with status 128 and has a failed state. In the deploy logs it doesn’t have any red highlighted log entries and says " Pushing image to registry…
Getting an ‘Exited with status 128’ message means the deploy crashed, probably due to an issue within your application or the start commands you’re using.
Double-check that everything you’re trying to use during the deploy is actually installed in the environment. For example, avoid calling on a program or command that isn’t available there.