Question
App platform: Deployment error: unable to retrieve container logs
I am trying to deploy an app with two services (nodejs api and a nextjs frontend) from a mono repo.
Both apps work fine when deployed separately. I have looked at the sample-monorepo and adapted it to my use case.
When deploying, the build runs successfully but the run log just says:
api unable api unable to retrieve container logs for containerd://8461e129******41ec89webapp unable to retrieve container logs for containerd://e8520b318675******6bbf1852
and the whole deploy fails with a DeployContainerExitNonZero
.
This is my repo: https://github.com/0xsven/doap-test-mono
What am I doing wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×