felixmosh / bull-board

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

Add elysia adapter (with fixes) #851

Closed kravetsone closed 2 weeks ago

kravetsone commented 2 weeks ago

Merged https://github.com/felixmosh/bull-board/pull/769 https://github.com/felixmosh/bull-board/pull/850 into one

kravetsone commented 2 weeks ago

image

But i get type and runtime errors for TypeError: undefined is not an object (evaluating '((_a = queue.metaValues) === null || _a === void 0 ? void 0 : _a.version).startsWith')

What i do wrong?

felixmosh commented 2 weeks ago

It. Maybe you are on an old bullmq?

kravetsone commented 2 weeks ago

fi

It. Maybe you are on an old bullmq?

yeah really)

kravetsone commented 2 weeks ago

image

Im getting strange errors

when i navigate to /ui page it tries to resolve ru-ru locales (but it didnt exists)

kravetsone commented 2 weeks ago

image

but at all it works

kravetsone commented 2 weeks ago

next i want to add better support/guide with https://github.com/kravetsone/jobify

thanks for the work!

felixmosh commented 2 weeks ago

image

Im getting strange errors

when i navigate to /ui page it tries to resolve ru-ru locales (but it didnt exists)

This is expected, no locale, it fall back to English

kravetsone commented 2 weeks ago

image Im getting strange errors when i navigate to /ui page it tries to resolve ru-ru locales (but it didnt exists)

This is expected, no locale, it fall back to English

But maybe it better to check it on serverside rather than try and fail?

felixmosh commented 2 weeks ago

This is weird, the server should not return 500, but 404 This is what I get.... image

In prod only the 404 will be in the console.

felixmosh commented 2 weeks ago

image Im getting strange errors when i navigate to /ui page it tries to resolve ru-ru locales (but it didnt exists)

This is expected, no locale, it fall back to English

But maybe it better to check it on serverside rather than try and fail?

Fixed, thanx

felixmosh commented 2 weeks ago

Thank you for your contribution (and the patience). Released in V6.5.0

kravetsone commented 2 weeks ago

Huh... I missed README when merge branches

I will fix soon (for now it redirect to express)

felixmosh commented 2 weeks ago

I've fixed it. Thank you again 🙏🏽