-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
with-hono example doesn't seem to load the dashboard UI (Windows) #775
with-hono example doesn't seem to load the dashboard UI (Windows) #775
Comments
Ha, you are on windows, do you get any error in the console? |
I tried it on StackBlits, it does work https://stackblitz.com/~/github.com/iceniveth/bullboard-hono Might be a Windows thing. 😅 |
I think that it is related to differance of paths delimeters between windows and rest of the world. probably related to this line, https://github.com/felixmosh/bull-board/blob/master/packages/hono/src/HonoAdapter.ts#L176. |
Thanx for debugging this |
Ahm, it still doesn't work. I think it also broke for Linux. 😅 |
try |
Thanks a lot 🙏, works on both Linux / Windows |
Steps to reproduce
index.js
from: hono examplenpm install @bull-board/hono @hono/node-server bullmq hono
npm init -y
scripts: { "start": "node index.js" }
inpackage.json
npm run start
Here's the reproduction repo
Environment
The text was updated successfully, but these errors were encountered: