-
DescriptionAs commented here:
I'm experiencing errors in the Beszel widget after their update to 0.9.0 that changed their API endpoint. Initially, while troubleshooting, I had the homepage versionv0.10.4 (cc9b478) Installation methodDocker Configurationbeszel:
image: 'henrygd/beszel'
container_name: 'beszel'
restart: unless-stopped
ports:
- '8090:8090'
volumes:
- /opt/docker-services/data/config/beszel:/beszel_data
extra_hosts:
- 'host.docker.internal:host-gateway'
networks:
- traefik-network
labels:
- traefik.enable=true
- traefik.http.routers.beszel.rule=Host(`beszel.mydomain.com`)
- traefik.http.routers.beszel.entrypoints=websecure
- traefik.http.services.beszel.loadbalancer.server.port=8090
- homepage.group=Infrastructure
- homepage.name=Beszel
- homepage.icon=https://cdn.jsdelivr.net/gh/selfhst/icons/webp/beszel-light.webp
- homepage.href=https://beszel.mydomain.com
- homepage.description=Monitoring solution
- homepage.widget.type=beszel
- homepage.widget.url=https://beszel.mydomain.com
- [email protected]
- homepage.widget.password=xxxxxxx
- homepage.widget.systemId=rrsa25j8p920ukn
- homepage.widget.version=2 Container Logs
Browser Logs
i.jsxs)(s.Z, {
service: u,
children: [(0,
i.jsx)(a.Z, {
label: "beszel.name",
value: p.name
}), (0, Troubleshooting
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thats not all the tests I added a better amount of error display, but this works fine for me: I suspect auth error |
Beta Was this translation helpful? Give feedback.
-
Hey @shamoon thanks for the new updated error message. I'm getting this: But if I go to Beszel system section the ID seems to be correct: |
Beta Was this translation helpful? Give feedback.
Oh man, I see the problem, I was using the userID and not systemId, feeling a bit stupid, sorry about that! Thanks for the help: