-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Proxy - error mounting /certs/cert.key #242
Comments
Is there any option to downgrade lando so we can work without the nasty delete-proxy-workaround? |
@mmodler are you running the Pantheon recipe? A large number of updates to recipes were pushed out Friday that seem to have addressed lando/lando#3753, so it's possible that updating your plugins ( |
@reynoldsalec I don't use a recipe. I also checked the "edge" releases yesterday, but with the issue persists. Atm to switch the project, we need to delete the proxy and rebuild. |
@reynoldsalec same here for laravel recipe (using nginx), everything is up to date. |
Same error here.
|
Same here, same setup as OP |
For an update here: @AaronFeledy and i spent some time looking at this earlier and have a couple ways we might be able to resolve it. Currently investigating and will update when we know more. |
Same issue [+] Running 0/1 |
same here.. using drupal10 recipe on different projects... the problem popped up by the end of last week. And just for a single day (Monday), I thought that the Lando updates had fixed the problem for me, because there were no errors on startup and the proxy urls did work again.. however, since yesterday the problem re-appeared. Projects only start once (on rebuild), always show this error and proxies do not work |
alright i think we've tracked this down and will push out in a new release. This will be an # switch to edge channel
lando --channel edge
# update to latest
lando update You also may have to trash the # trash proxy
docker rm -f landoproxyhyperion5000gandalfedition_proxy_1
# trash app
lando destroy -y
# start app
lando start
# assess whether this fixes things
lando poweroff
lando start |
thank you so much!! works for me :) I've trashed the proxy, without trying otherwise. I've also trashed the first project I've tried, but on a second I just tried to rebuild, and that worked too |
@agoradesign i think that will just temporarily unblock you but im rolling a release now that should have a permanent fix, it should be available within the hour |
Hi
|
Hi I find a typo in file
should be
|
After the update, I got the same URL.parse error like @socrates77. I decided to do a fresh install on lando and after that I am getting the mount error again: I can start the project only by removing the landoproxyhyperion5000gandalfedition container and doing lando rebuild |
If you are running from source you need to be running on node 20. If you are installing lando using the installer script you need to use the advanced method and install the edge version otherwise it will pull stable by default. Also make sure you arent using an older version of the CLI with a newer version of CORE, see #259 |
We run the same setup and we're experiencing the same error as mentioned here: lando/lando#3753
Windows 11 with Docker Desktop + WSL2 + Ubuntu and lando stable / latest
If i delete the proxy container and rebuild the project, it will work once. But if i start a project using the existing proxy, this error occurs:
The text was updated successfully, but these errors were encountered: