mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #326] WebUI: 500 (Internal Server Error): dial tcp 127.0.0.1:6379: connect: connection refused #96
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noloman on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/326
Hi,
I'm trying to run the WebUI with Docker Compose like this:
However when I go to
localhost:8080I'm seeing:Then when I open the browser developer tools:
Thanks a lot in advance!
@MadanaGopalD commented on GitHub (Jun 18, 2024):
I am facing the same issue, Did u get any fix?
@RaidOuahioune commented on GitHub (Jun 27, 2024):
i have the same issue . u can see that the ip address you are trying to connect to is ur localhost address and not the ip address of the redis container inside the network . I solved this issue by using a static ip address for my redis container , instead of relying on docker host resolution . Something like this
