felixmosh / bull-board

🎯 Queue background jobs inspector
MIT License
2.31k stars 363 forks source link

Is it possible to integrate Bull Board into Next.js 14+ with the App Router? #811

Closed smoothdvd closed 1 month ago

smoothdvd commented 1 month ago

Current I create a custom server with Next.js + express + express middleware to host and auth a bull-board page. Is it possible to integrate Bull Board into Next.js 14+ with the App Router?

felixmosh commented 1 month ago

There is no official support. But I guess that it is possible by defining a board/** path and in that page initiate an express router, and pass the request to it.

You are more than welcome to experiment and make a PR for it :)

felixmosh commented 1 month ago

Closing since there is no official support for it.