Felix Mosheev
Felix Mosheev
Nope, I don't have secret examples that are not in the examples folder 😅
@clintonb do you have any improvment for the Nest.js adapter? (I'm not familier with Nest.js at all, therefore, I relay on contribution)
> Hey guys, bull-board nestjs package supports "express, fastify" middlewares, so it should be very easy to add authentication. > > ``` > import basicAuth from "express-basic-auth"; > > >...
@clintonb I'm not familiar with Nest.js at all, do u think that the module should be updated? Will you make a PR for it?
Probably related to something that changed in that major version... The missing part is the query param of queue name, can you debug it?
Someone can create a small repo that replicates this issue?
@jsfrocha we do have express 5 as an optional dep
It is an issue with with express version mismatch, bullboard pulled v4 and nest 11 used v5. You should force the v5 all over...
Check npm version, try to override it without nesting...
Hi, this issue rises when there is mix of express.js versions Make sure which you've installed