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

APPSERVER URLS not working #79

Open
welbinator opened this issue Sep 29, 2024 · 1 comment
Open

APPSERVER URLS not working #79

welbinator opened this issue Sep 29, 2024 · 1 comment

Comments

@welbinator
Copy link

I'm not a linux guy but I've been forced into it. I used to have a Windows laptop and I had Lando running easy peasy in WSL2.

Now I'm working on a pure Debian box and having some troubles.

Using the WordPress recipe, I can spin up a WordPress site and access it using the localhost url. For example, I created a site called corridor-soccer and http://localhost:32825 works fine, but when I try to access http://corridor-soccer.lndo.site, it automatically redirects to http://corridor-soccer.lndo.site:32777 and says the site can't be reached.

My lando.yml file is default:

name: corridor-soccer
recipe: wordpress
config:
webroot: .

This is really annoying. I can make it work but I would much rather use the nice domains instead of the localhost ones.

@rtfm-47 rtfm-47 transferred this issue from lando/lando Sep 29, 2024
@reynoldsalec
Copy link
Member

@welbinator is it possible that your WordPress site URL got set to http://corridor-soccer.lndo.site:32777? I've had that issue before with WP...can be tough to get the redirect out of cache.

Could try spinning up the site under another name (to get a different URL) to check; just make sure you set the site's URL (in WP) to the corresponding correct Lando URL before accessing it to make sure you don't get trapped in the same place.

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

3 participants