google cloud platform – ERROR: gcloud.run.deploy Revision is not ready and cannot serve traffic

I am new with GoogleCloud & GoogleCloudRun, I have deployed two applications at my Google active Project –

  1. Next.JS app running at 3000 port
  2. Express.js app running at 8080 port

When I tried to deploy another Express.JS application, I am getting port issue –

ERROR: (gcloud.run.deploy) Revision ‘…-00034-q4m’ is
not ready and cannot serve traffic. The user-provided container failed
to start and listen on the port defined provided by the PORT=8080
environment variable. Logs for this revision might contain more
information.

Please help me to resolve this issue.

Regards,
VBReddy

Read more here: Source link