felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.36k stars 366 forks source link

use `encodeURIComponent` on JobId #812

Closed samishal1998 closed 2 months ago

samishal1998 commented 2 months ago

I've been using / as a separator in the Job Ids, Since Bull is recommending to use any separator other than : because they themselves follow Redis conventions.

But When I setup bullboard I found that it doesn't work with the / because it's not encoded in the URL

felixmosh commented 2 months ago

Ok, will you make a PR to fix this?

felixmosh commented 2 months ago

Try v5.21.5, feel free to re-open this issue if it is not solved