app.yaml
more requirements for flexible
- minimal disk size is 10gb to 10240GB
default
runtime: nodejs env: flex manual_scaling: instances: 1 resources: cpu: 1 memory_gb: 0.5 disk_size_gb: 1
complex
runtime: nodejs env: flex env_variables: GA_TRACKING_ID: UA-97880882-3 manual_scaling: instances: 1 resources: cpu: 1 memory_gb: 4 disk_size_gb: 10 endpoints_api_service: name: nth-rarity-204509.du.r.appspot.com rollout_strategy: managed readiness_check: app_start_timeout_sec: 1000
NextJS on GAE - Error: EROFS: read-only file system
I'm trying to deploy a Next application with custom server.js into GAE. I can run the project with no problems on local and even on the google GCP CLI. The problem right now is after the app is dep...
https://stackoverflow.com/questions/60931998/nextjs-on-gae-error-erofs-read-only-file-system
Quickstart for Node.js in the App Engine Flexible Environment
Send feedback The REGION_ID is an abbreviated code that Google assigns based on the region you select when you create your app. The code does not correspond to a country or province, even though some region IDs may appear similar to commonly used country and province codes.
https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart
