Skip to content

My site does not load on the browser #376

@rpayanm

Description

@rpayanm

I have been working on a site with lando for a while and today is not working.

After running fin start the site keeps loading on the browser, and never ends.

I had to add in .docksal/docksal-local.yml:

services:
  web:
    ports:
      - 8080:80
      - 4433:443

I ran fin restart on the project, and this allowed me to access the site via http://127.0.0.1:8080/ and https://127.0.0.1:4433/ in order to keep working.

I think the docksal/vhost-proxy container has some issue.

fin sysinfo:

███  DOCKSAL
Docksal version: v1.19.0
fin version:     v1.118.0

███  OS
Darwin macOS 15.4.1
Darwin Rolando-PayN 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:32:50 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6041 arm64

███  ENVIRONMENT
MODE : Docker Desktop
DOCKER_HOST : 

███  NFS
DOCKSAL_NFS_PATH : /Users

nfsd service is enabled
nfsd is running (pid 452, 8 threads)

/etc/exports:
-------------

# <ds-nfs docksal
/Users 127.0.0.1 192.168.64.1 192.168.81.0 -alldirs -maproot=0:0
# ds-nfs>
-------------

Exports list on localhost:
/Users                              127.0.0.1 192.168.64.1 192.168.81.0

All mounts on localhost:

███  DOCKER
Expected client version: 26.0.0
Expected server version: 26.0.0

Installed versions:

Client:
 Version:           26.0.0
 API version:       1.45
 Go version:        go1.21.8
 Git commit:        2ae903e
 Built:             Wed Mar 20 15:14:46 2024
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.42.1 (196648)
 Engine:
  Version:          28.2.2
  API version:      1.50 (minimum version 1.24)
  Go version:       go1.24.3
  Git commit:       45873be
  Built:            Fri May 30 12:07:27 2025
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.7.27
  GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
 runc:
  Version:          1.2.5
  GitCommit:        v1.2.5-0-g59923ef
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

███  DOCKER COMPOSE
Expected version:  2.26.1
Installed version: 2.26.1

███  DOCKSAL: NETWORKING

DOCKSAL_IP: 192.168.64.100
DOCKSAL_HOST_IP: 192.168.64.1
DOCKSAL_VHOST_PROXY_IP: 0.0.0.0
DOCKSAL_DNS_IP: 0.0.0.0
DOCKSAL_DNS_DISABLED: 1
DOCKSAL_NO_DNS_RESOLVER: 1
DOCKSAL_DNS_UPSTREAM: 
DOCKSAL_DNS_DOMAIN: docksal.site

███  DOCKSAL: CONNECTIVITY

Host to 192.168.64.100:         PASS
Container to 192.168.64.100:    PASS
Container to 192.168.64.1:      PASS

Checking connectivity to http://dns-test.docksal.site...
Host: FAIL

Debug info:
----------
+ cat /etc/resolv.conf
+ grep 192.168.64.100
+ ping -c 1 -W 1 dns-test.docksal
ping: cannot resolve dns-test.docksal: Unknown host
+ nslookup -timeout=1 dns-test.docksal 192.168.64.100
;; connection timed out; no servers could be reached

+ set +x
----------
Containers: FAIL


███  DOCKER DESKTOP
EXPECTED VERSION: 4.29.0
DETECTED VERSION: 4.42.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions