-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error 500 Spinning Up New Local Site via Pantheon Recipe #178
Comments
I have also noticed 500 errors on an otherwise seemingly healthy build. What's worked for me is turning off the config:
edge: false This seems to be specific to Wordpress, haven't had to do this with any Drupal sites, but have had to do this a couple times, as far back as Nov '22, as recently as today on 3.18.0 |
I am seeing something like this problem on an M1 Mac running macOS 13.4.1 (22F82) and using the Lando Drupal plugin. Lando versions tried include 3.18.0, 3.19.5, and 3.17.1. |
I tried this solution for Drupal with Pantheon Recipe and Lando 3.20. I did not work but it changed the error. I was updating a new to php8.2 and keep getting a 500 error on lando start. After turning off 'edge' I got a 404 |
Having the exact same issue, but with Wordpress, not Drupal. Any updates? Workarounds? |
Also suddenly began experiencing this issue this morning after things were working fine. I did a
My .lando.yml file had Drupal8 as the recipe so I tried changing to Drupal9 and that didn't seem to do anything. I've now tried changing it back and forth with rebuilds in between. I have also destroyed the site, deleted the lando proxy container and rebuilt everything from scratch (aside from re-cloning the repo). I also checked for WSL updates (I was already current) and did a WSL shutdown while Docker was close and rebooted everything (my computer included) after a full destroy, but still no joy. Edit: I also just tried disabling the edge cache, but that did not do anything unfortunately, still a 500 error. Edit 2: I've now also completely re-cloned the repo, still not working. The only thing left to try is uninstalling and reinstalling Lando. Edit 3 FIXED: After tons of rebuilds and tweaking settings, I finally noticed an error in the logs with Redis. I then tried disabling Redis and rebuilding, still no luck, so then I re-enabled the service and now everything is working. So I'm guessing this effectively acted like a reboot of the service and now all is well! |
Lando Version:
v3.18.0
Like the title says, I have a WP website I spun up connected to Pantheon. At the part when Lando actives the site I get an error message
Visiting the local url results in a 'Error establishing a database connection`.
From the lando log file for the site in question:
I've tried changing the db config of the local config file and no joy.
I've tried rebuilding the site and everything seems to work until it attempts to activate the site but I run into the same issue.
The text was updated successfully, but these errors were encountered: