I'm trying to deploy this example to Google Cloud. I'm following the exact instructions,
When I go to Cloud Console -> App Engine -> versions, I did see a new version deployed, but the size of the version is 0, and going to the module url returns 503 server error even after I waited 30 minutes.
Error: Server Error The service you requested is not available yet.
Please try again in 30 seconds.
Since I didn't modify anything in the example except the PROJECT_ID
, CLUSTER_UNIQUE_ID
, etc. What could be the problem here?