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

Dozzle UI wasn't able to connect to API. Please check your network settings. #3265

Closed
1 task done
bigAboo80 opened this issue Sep 10, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@bigAboo80
Copy link

πŸ” Check for existing issues

  • Completed

How is Dozzle deployed?

Standalone Deployment

πŸ“¦ Dozzle version

Dozzle v8.4.3

βœ… Command used to run Dozzle

dozzle:
<<: *common-keys-apps # See EXTENSION FIELDS at the top
image: amir20/dozzle:latest
container_name: dozzle
networks:
- t2_proxy
# ports:
# - "$DOZZLE_PORT:8080"
environment:
DOZZLE_LEVEL: debug
DOZZLE_TAILSIZE: 300
DOZZLE_FILTER: "status=running"

DOZZLE_AUTH_PROVIDER: "forward-proxy"

  # DOZZLE_FILTER: "label=log_me" # limits logs displayed to containers with this label
  #DOCKER_HOST: tcp://socket-proxy:2375
volumes:
  - /var/run/docker.sock:/var/run/docker.sock 
labels:
  - "traefik.enable=true"
  ## HTTP Routers
  - "traefik.http.routers.dozzle-rtr.entrypoints=https"
  - "traefik.http.routers.dozzle-rtr.rule=Host(`logs.$DOMAINNAME_CLOUD_SERVER`)"
  ## Middlewares
  - "traefik.http.routers.dozzle-rtr.middlewares=chain-basic-auth@file"
  ## HTTP Services
  - "traefik.http.routers.dozzle-rtr.service=dozzle-svc"
  - "traefik.http.services.dozzle-svc.loadbalancer.server.port=8080"

πŸ› Describe the bug / provide steps to reproduce it

Unexpected Error
Dozzle UI wasn't able to connect to API. Please check your network settings. If you are using a reverse proxy, please make sure it is configured properly.

πŸ’» Environment

Ubuntu VM 22.04

πŸ“Έ If applicable, add screenshots to help explain your bug

image

πŸ“œ If applicable, attach your Dozzle logs. You many need to enable debug mode. See https://dozzle.dev/guide/debugging.

No response

@bigAboo80 bigAboo80 added the bug Something isn't working label Sep 10, 2024
@bigAboo80
Copy link
Author

After update Traefik from 2.11.1 to 2.11.8 - Error disappeared

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant