lando / drupal

The Official Drupal Lando plugin
https://docs.lando.dev/drupal
GNU General Public License v3.0
15 stars 16 forks source link

Lando site fails with error 'bad gateway' - Service "appserver_nginx" is not running #76

Closed vibanu closed 9 months ago

vibanu commented 9 months ago

Lando version 3.6.0 Docker 4.18.0 on Windows 10 Drupal 7 and Drupal 9

Since 12/5/23, I am unable to get to the EDGE URLS. This is the message displayed on lando The service "appserver_nginx" is not running! This is likely a critical problem and we recommend you run the command below to investigate lando logs -s appserver_nginx

I see the following error in the containersite-error.log in the .lando folder {"level":"error","message":"Could not open input file: /tmp/composer-setup.php","label":"compscid9sbu","timestamp":"2022-02-03T19:34:22.580Z"} {"message":"","stack":"Error\n at /snapshot/cli/lib/shell.js\nFrom previous event:\n at Shell.sh (/snapshot/cli/lib/shell.js)\n at Object.dc (/snapshot/cli/lib/bootstrap.js)\n at compose (/snapshot/cli/lib/bootstrap.js)\nFrom previous event:\n at /snapshot/cli/lib/router.js\n at processImmediate (internal/timers.js:464:21)\nFrom previous event:\n

I tried the following but the error is the same. lando rebuild / lando destroy lando start / Restarting Docker Desktop etc

Following are the contents of my .lando.yml file for Drupal 9 website name: compscid9sbu recipe: pantheon config: framework: drupal9 site: compscid9sbu id:

vibanu commented 9 months ago

Lando update released 18 hours ago that solves our exact issue. https://github.com/lando/lando/releases/tag/v3.20.5 It fixes a breaking issue with the render-template and appserver_nginx container in the Pantheon plugin. https://github.com/lando/pantheon/releases/tag/v0.13.1