Salvatore Alessandro
Salvatore Alessandro
@claudiobottari can you explain how you did perform it?
Hi @DennisSnijder i register BullBoardModule in the app.module.ts ```typescript import {SapRfcModule} from "./modules/saprfc/saprfc.module"; import {BullBoardModule} from "@bull-board/nestjs"; import {ExpressAdapter} from "@bull-board/express"; @Module({ imports: [ ConfigModule.forRoot(), BullModule.forRoot({ redis: { host: process.env.REDIS_HOST...
Any Update for that? still have issue anso using version 5.15.1
i think that the issue is related to yarn version and node version i'm using node 16 and yarn 1.x