Deploying Strapi to Google App Engine doesn't work

System Information
  • Strapi Version: 3.2.4
  • Operating System: OSX 10.15.7
  • Database: Postgres
  • Node Version: v12.18.3
  • NPM Version: 6.14.8
  • Yarn Version: 1.22.10

I followed the exact steps as mentioned on the tutorial here: https://strapi.io/documentation/v3.x/deployment/google-app-engine.html

Created my app.yaml. Installed pg package on both Google Shell and on project.

Opening the site doesn’t work with

This site can’t be reached

Check if there is a typo in …et.r.appspot.com.

DNS_PROBE_FINISHED_NXDOMAIN

2020-11-25 06:21:31 default[20201125t130534] “GET / HTTP/1.1” 500
2020-11-25 06:21:45 default[20201125t130534] [2020-11-25T06:21:45.025Z] error Bootstrap function in plugin “documentation” failed
2020-11-25 06:21:45 default[20201125t130534] [2020-11-25T06:21:45.026Z] error Error: EROFS: read-only file system, open ‘/workspace/extensions/documentation/documentation/1.0.0/full_documentation.json’
2020-11-25 06:21:45 default[20201125t130534] at Object.openSync (fs.js:462:3)
2020-11-25 06:21:45 default[20201125t130534] at Object.writeFileSync (fs.js:1362:35)
2020-11-25 06:21:45 default[20201125t130534] at module.exports (/workspace/node_modules/strapi-plugin-documentation/config/functions/bootstrap.js:104:8)
2020-11-25 06:21:45 default[20201125t130534] at async Promise.all (index 2)
2020-11-25 06:21:45 default[20201125t130534] at async Strapi.runBootstrapFunctions (/workspace/node_modules/strapi/lib/Strapi.js:404:5)
2020-11-25 06:21:45 default[20201125t130534] at async Strapi.load (/workspace/node_modules/strapi/lib/Strapi.js:336:5)
2020-11-25 06:21:45 default[20201125t130534] at async Strapi.start (/workspace/node_modules/strapi/lib/Strapi.js:190:9)

@poocham
Hi
Did you resolve this problem?

I decided to use Heroku instead, it’s simpler. Not sure if this works now on the latest Strapi