0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

GCP Cloud Run デプロイ時エラー「Container failed to start. Failed to start and then listen on the port defined by the PORT environment variable.」でハマった場合

Posted at

GCP Cloud Runのデプロイ時に上記のエラーが出て、リスニングポートは指定したのにエラーが解消しないケースがありました。

まずはGCPの公式ドキュメント通りにトラブルシューティングします。
Cloud Run のトラブルシューティング

それでもエラーが解消されない場合、
DBのテーブルのカラム設定とプログラムで記述しているカラム設定が一致していない可能性があります。

今回のケースではCLoud SQLを利用しており、
テーブルにレコードが残っている場合は、プログラムのカラム設定が反映されないケースがあるのでテーブルのレコードを全て削除して再デプロイすると成功しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?