Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
philoSurfer opened this issue Mar 12, 2023 · 5 comments
Open

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

philoSurfer opened this issue Mar 12, 2023 · 5 comments

Comments

@philoSurfer
Copy link

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.

@pirog pirog removed the pantheon label Mar 12, 2023
@pirog pirog transferred this issue from lando/lando Mar 12, 2023
@philoSurfer
Copy link
Author

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
Copy link
Sponsor Member

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

@philoSurfer
Copy link
Author

@reynoldsalec 2020 MBP13 intel i7

@chris-allen
Copy link

Seeing the same problem:

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

@chris-allen
Copy link

Same behavior on v3.16.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants