lando / pantheon

The Official Lando Pantheon plugin.
https://docs.lando.dev/pantheon
GNU General Public License v3.0
11 stars 18 forks source link

Lando v3.14.0 - Rebuild/Restart = Bad Gateways #160

Open philoSurfer opened 1 year ago

philoSurfer commented 1 year ago

After an initial provision of a Pantheon site using v3.14.0 we are seeing timeouts and bad gateway errors.

This will occur after running a lando start and then lando restart or lando rebuild after running ANY type of task (eg. db-import, ssh into service, etc.) .

Downgrade to v.3.11 this issue goes away.

philoSurfer commented 1 year ago

Additional info:

.lando.yml

name: SITENAME
recipe: pantheon
config:
  framework: drupal8
  site: SITENAME
  id: ID_HERE

pantheon.yml

api_version: 1
php_version: 7.4

workflows:
  deploy:
    after:
      - type: webphp
        description: Import configuration from .yml files
        script: private/scripts/drush_config_set.php
      - type: webphp
        description: Log to New Relic
        script: private/scripts/new_relic_deploy.php
  sync_code:
    after:
      - type: webphp
        description: Log to New Relic
        script: private/scripts/new_relic_deploy.php
reynoldsalec commented 1 year ago

@philoSurfer what OS are you running and if on Mac OS, are you running ARM chips?

philoSurfer commented 1 year ago

@reynoldsalec 2020 MBP13 intel i7

chris-allen commented 1 year ago

Seeing the same problem:

Lando: v3.14.0 OS: Arch x86_64 Docker: 23.0.1

chris-allen commented 1 year ago

Same behavior on v3.16.0