localgovdrupal / localgov_project

Project template for Drupal 10 sites built with the LocalGov Drupal distribution.
https://localgovdrupal.org
GNU General Public License v2.0
10 stars 8 forks source link

Adminer not working in Lando #44

Closed andybroomfield closed 2 years ago

andybroomfield commented 3 years ago

Getting connection refused? anyone else?

On http://adminer.localgov.lndo.site:8000/

danchamp commented 3 years ago

It only works for me without specifying the port.

andybroomfield commented 3 years ago

I just get: It Works! From Webserver

stephen-cox commented 3 years ago

When you start Lando it should display a list of URLs and Adminer should be listed there with: http://adminer.localgov.lndo.site/

At least that's what I'm seeing

andybroomfield commented 3 years ago

I get the port number version. But it always refuses to connect (and the one without the port number just displays the It works message).

stephen-cox commented 3 years ago

I suspect Lando is conflicting with something on port 80 (so using 8000) and the Adminer config is not setup to handle connections coming from something other than port 80. Will need a little investigation to see whether it's possible to fix

andybroomfield commented 3 years ago

I just tried shutting down local apache, and restart lando. Whilst it now says port 80, I'm getting the same connection refused error.

stephen-cox commented 3 years ago

Does a lando rebuild help? This can fix things if they get out of sync

andybroomfield commented 3 years ago

I tried that, still no joy. I'm convinced it's because I have a setup of using regular Apache for main development and Lando for localgov drupal only

finnlewis commented 2 years ago

Hey @andybroomfield

Is this still an issue for you?

andybroomfield commented 2 years ago

@finnlewis Yeah I'm still having trouble accessing, was checking if anyone else did.

finnlewis commented 2 years ago

Adminer works for me every time. Is this still bugging you @andybroomfield ?

andybroomfield commented 2 years ago

@finnlewis TBH I gave up on Lando and just devlop nativley now.

finnlewis commented 2 years ago

Fair play - let's close this off then!