Skip to content

Commit

Permalink
Merge pull request strapi#1267 from vanhock/patch-1
Browse files Browse the repository at this point in the history
Update google-app-engine.md
  • Loading branch information
stb13579 authored Dec 23, 2022
2 parents 20d1e12 + 804d48d commit a12492b
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,20 @@ export default ({ env }) => ({

</code-block>
</code-group>

### Troubleshooting
** unknown: Service 'containerregistry.googleapis.com' is not enabled for consumer **
Solution:
1. Type "containerregistry" in the search input of Google cloud panel
2. In search results select item with an API icon
3. Disable and enable it again
4. Find and enable CloudBuild API
5. Deploy your project

** connect ECONNREFUSED /cloudsql/strapi-0000:europe-west1:strapi/.s.PGSQL.5432 **
Solution:
1. Find Cloud SQL Admin API
2. Enable it
3. Deploy your project


0 comments on commit a12492b

Please sign in to comment.