Skip to content

Commit b01325b

Browse files
authored
Update google-app-engine.md
1 parent 79f3bf7 commit b01325b

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/google-app-engine.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff 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+
310313
Solution:
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 **
318322
Solution:
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

0 commit comments

Comments
 (0)