79364530

Date: 2025-01-17 11:02:40
Score: 0.5
Natty:
Report link

these 504 error mostly means the container does not startup. likely code crashed on startup. my suggestion is to retrieve more error logs than what you can see in the log stream. what i usually do is to connect to the app service via VS code's azure app service extension, then you will see a detailed container log file here. it usually tells you the initial crash exception. You should be able to see the same logs using kudo console.

enter image description here

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: qkfang