I'm facing an issue while deploying a Flex application on App Engine. I've been searching for a solution for a long time but haven't found anything useful. Here's the error message I'm getting:
ERROR: (gcloud.app.deploy) Error Response: [13] Flex operation projects/clappins/regions/asia-east2/operations/8fe687f4-d030-49aa-b793-c27650376582 error [INTERNAL]: An internal error occurred while processing task /app-engine-flex/insert_flex_deployment/flex_create_resources>2024-10-12T09:43:01.029Z2154.hj.2: SLM LRO projects/gae-flex-slm-pp/locations/asia-east2/operations/operation-1728726182461-624446e050216-9fdbfe8b-6cc4d17f Finished with Errors
Hi @linjie0928,
Welcome to Google Cloud Community!
There is a high chance that the error occurred due to a problem with creating resources in the App Engine Flexible environment. Possible reasons for this issue include temporary disruptions in the asia-east2 region, reaching resource or quota limits, or internal GCP problems during deployment.
Here are some suggestions to try:
Retrying the deployment later might also help if it’s a temporary issue. If you continue to face issues, you may file using Public Issue Tracker or reaching out to Google Cloud Support if necessary. They might help resolve internal infrastructure problems that are not evident from the troubleshooting steps.
I hope the above information is helpful.