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

ddev launch -p and ddev launch -m don't work if router_http_port or router_https_port are not default #2256

Closed
blainelang opened this issue May 14, 2020 · 0 comments · Fixed by #2304
Milestone

Comments

@blainelang
Copy link

ddev launch works as expected and phpmyadmin and mailhog are working if I manually paste the URL's that ddev describe shows.

Environment:
MACOS 10.14.6
Browser: Chrome
DDEV version 14.2 but saw this on 14.1 as well.

If I use: ddev launch -p or -m, chrome brings up a blank page about:blank

Discussed on slack with you @rfay and you thought it was because I was not using port:80
We edited the commands/launch file to enable debugging and it showed

FULLURL=http://nextide-demo.ddev.site:8080
HTTPS=
'[' http = https ']'
:
case $1 in
'[' '' = '' ']'
FULLURL=http://nextide-demo.ddev.site:8080:8036

Attached is the output of ddev describe
2020-05-14_11-55-58

@rfay rfay changed the title launch -p or launch -m not working ddev launch -p and ddev launch -m don't work if router_http_port or router_https_port are not default May 14, 2020
@rfay rfay added this to the v1.15 milestone May 22, 2020
rfay added a commit to rfay/ddev that referenced this issue Jun 9, 2020
@rfay rfay linked a pull request Jun 9, 2020 that will close this issue
rfay added a commit to rfay/ddev that referenced this issue Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants