-
-
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
lando.yml portforward doesn't work #192
Comments
Same issue on v3.18.0. Cannot set my database portforward to 3307. Use to work in the old days :( Lando is just handing out random port IDs as if it wasn't set to portforward at all. |
I have the same issue .. had to remove
Otherwise I got
|
here is the full lando file. I am using plain lando (ie. not pantheon or platform.sh)
|
Using that Landofile on Lando v3.19.5 I'm not able to replicate the issue. If you've ruled out another service occupying the port, is it possible that a security service or network-specific ruleset might be blocking access? I've seen similar-ish issues be resolved when users moved off a specific network (or tried on a computer that had a different security regime), sometimes that can help debugging. |
FYI I am using v3.18.0 |
This is a persistent issue already well documented in Fixing DB port with portforward is not working lando/lando#39 and Locking down ports for external database connection not working. So I don't feel I need to add additional documentation to this, but I should note that I too am experiencing this issue with the latest v3.11.0 installation but with a Pantheon configuration- not PlatformSH.
I understand this isn't critical but are there any insights as to when this might be resolved?
The text was updated successfully, but these errors were encountered: