This is very common issue with app engine, i am continue facing this issue and did't get any solution till now some time it's working and some time not.
On Sunday, December 24, 2017 at 10:45:01 PM UTC+5:30, Ravi Shanker wrote: > > > <https://lh3.googleusercontent.com/-HdpdgC9Rjl0/Wj8we_ar_8I/AAAAAAAAA10/wOghZDLOYeI794koD0s8h3Ru37aC9jbbACLcBGAs/s1600/img_20171224.png> > Hello All, > > I followed > https://cloud.google.com/community/tutorials/run-laravel-on-appengine-flexible > > tutorials but it''s giving me error I am using laravel 5.5.27 > > SQLSTATE[HY000] [2002] No such file or directory > > My app.yml code is > > runtime: php > env: flex > > > runtime_config: > document_root: public > > > # Ensure we skip ".env", which is only for local development > skip_files: > - .env > > > env_variables: > > # Put production environment variables here. > > APP_LOG: errorlog > APP_KEY: base64:R3rZt4n3hxueTTwDP1Mbs6OX7m739IXF+XoElcCoTBo= > STORAGE_DIR: /tmp > CACHE_DRIVER: database > SESSION_DRIVER: database > DB_HOST: localhost > DB_DATABASE: laravel > DB_USERNAME: laravel > DB_PASSWORD: laravel > DB_SOCKET: "/cloudsql/phpsipl1:us-central1:phpsipl" > beta_settings: > cloud_sql_instances: "phpsipl1:us-central1:phpsipl" > > Please see in attached screen shot what error I am getting. > > > <https://lh3.googleusercontent.com/-HdpdgC9Rjl0/Wj8we_ar_8I/AAAAAAAAA10/wOghZDLOYeI794koD0s8h3Ru37aC9jbbACLcBGAs/s1600/img_20171224.png> > > Pleases help me > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/80b84428-d175-487d-95c8-0797f62b3d6f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
