google / google/inverting-proxy
The first service (module) you upload to a new application must be the 'default' service
Open
- Dominant language
- Go
- Stars
- 276
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
I get the following error when running `make deploy`
`INVALID_ARGUMENT: The first service (module) you upload to a new application must be the 'default' service (module). Please upload a version of the 'default' service (module) before uploading a version for the 'agent' service (module)`
Looks like the deploy command need to deploy the services in specific order which is not currently handled
`gcloud app deploy --project "${PROJECT_ID}" --version v1 ./app/*.yaml`
Contributor guide
Assessment
This issue has not been assessed yet.