kue-dashboard not loading data
- Dominant language
- JavaScript
- Stars
- 9.4k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
Hi Everyone
I am currently running the following code to see redis stats
**`
var kue = require('kue');
var express = require('express');
var ui = require('kue-ui');
var jobs = kue.createQueue( { redis: 'redis://ip:port' } );
ui.setup({
apiURL: '/api',
baseURL: '/kue',
updateInterval: 60000
});
var app = express();
app.use('/api', kue.app);
app.use('/test', ui.app);
app.listen(3050);
console.log('UI started on port 3050');
`**
Dashboard loads fine with numbers and shows all queues with some number but its not loading data on right panel as you can see.

Same results in original kue-dashboard

Any help will be greatly appreciated.
Node: 4.4.7
kue@0.11.5
kue-ui@0.1.0
redis server: 2.8.19
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with the provided kue, kue-ui, Node, and Redis versions, using the setup that mounts kue.app at /api and ui.app at /test. Start by checking the dashboard's right-panel data loading against the queue counts, and compare the result with the original kue-dashboard. Done means the right panel loads the queue data successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, redis
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100