You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: