You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:9181
* Running on http://10.236.44.184:9181
Press CTRL+C to quit
* Restarting with stat
RQ Dashboard version 0.6.7
* Debugger is active!
* Debugger PIN: 584-485-599
127.0.0.1 - - [20/Nov/2023 23:34:00] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [20/Nov/2023 23:34:00] "GET /favicon.ico HTTP/1.1" 304 -
Why do I get Connection Error in the browser. The logs are also not much of help. Could anyone look into this.
Thank you in advance. Additional context
OS: MacOS 14
Python Version 3.11
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I started redis server using following docker-compose.yml
redis.conf looks like below
requirepass 123456
I am trying to use rq-dashboard to connect to the redis using below commands locally
I get below error/logs:
Why do I get Connection Error in the browser. The logs are also not much of help. Could anyone look into this.
Thank you in advance.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: