Cannot find service [cdmc-reportengine] in environment-variables.example #43
Labels
investigation required
Further investigation required to understand cause of issue and potential/existing solution.
Milestone
I see the following error when initially running environment-variables.sh when copied from environment-variables.example.
ERROR: (gcloud.run.services.describe) Cannot find service [cdmc-reportengine]
It seems to be related to line 45 which appears to assume the reporting engine is already running, despite this being deployed in a later step.
export ENDPOINT="$(gcloud run services describe cdmc-reportengine --region $REGION --format='value(status.url)')"
The text was updated successfully, but these errors were encountered: