File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -306,18 +306,22 @@ export default ({ env }) => ({
306306</code-group >
307307
308308### Troubleshooting
309- ** unknown: Service 'containerregistry.googleapis.com' is not enabled for consumer **
309+ The following are common issues during deployment:
310+
311+ #### ` unknown: Service 'containerregistry.googleapis.com' is not enabled for consumer `
312+
310313Solution:
311- 1 . Type "containerregistry" in the search input of Google cloud panel
312- 2 . In search results select item with an API icon
313- 3 . Disable and enable it again
314- 4 . Find and enable CloudBuild API
315- 5 . Deploy your project
314+ 1 . Type ` containerregistry ` in the search input of Google cloud panel.
315+ 2 . In search results select the item with an API icon.
316+ 3 . Disable and enable it again.
317+ 4 . Find and enable CloudBuild API.
318+ 5 . Deploy your project.
319+
320+ #### ` connect ECONNREFUSED /cloudsql/strapi-0000:europe-west1:strapi/.s.PGSQL.5432 `
316321
317- ** connect ECONNREFUSED /cloudsql/strapi-0000:europe-west1: strapi /.s.PGSQL.5432 **
318322Solution:
319- 1 . Find Cloud SQL Admin API
320- 2 . Enable it
321- 3 . Deploy your project
323+ 1 . Find the Cloud SQL Admin API.
324+ 2 . Enable the Cloud SQL Admin API.
325+ 3 . Deploy your project.
322326
323327
You can’t perform that action at this time.
0 commit comments