I already tried with adding this to my app.yaml file but it's not working. I thing I don't have the right values for the TAG_NAME and the NETWORK_NAME. Do you know what value should I put there ? Thanks in advance
network: instance_tag: TAG_NAME name: NETWORK_NAME subnetwork_name: SUBNETWORK_NAME Le vendredi 13 mars 2020 16:18:38 UTC+1, Ben Abdesslem Sarah a écrit : > > Hi, > > I'm triing to deploy a Laravel app on google app engine! > When I run gloud app deploy in the google sdk command line, I'm getting > this error : > *(gcloud.app.deploy) INVALID_ARGUMENT: Network 'default' does not exist* > > This is my app.yaml file : > > runtime: php > env: flex > > runtime_config: > document_root: public > > skip_files: > - .env > > env_variables: > APP_ENV: local > APP_DEBUG : true > APP_KEY: base64:******************************/***= > APP_STORAGE: /tmp > VIEW_COMPILED_PATH: /tmp > > CACHE_DRIVER: database > SESSION_DRIVER: database > APP_LOG: daily > APP_TIMEZONE: UTC > DB_CONNECTION: mysql > DB_HOST: localhost > DB_PORT: 3306 > DB_DATABASE: ************* > DB_USERNAME: root > DB_PASSWORD: ************* > DB_SOCKET: /cloudsql/****************** > > QUEUE_DRIVER: database > > GOOGLE_VISION_PROJECT_ID : ************* > beta_settings: > cloud_sql_instances: **************************** > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d72d790c-9364-428a-baf7-704cc8f05f95%40googlegroups.com.
