Closed qidamqolby closed 2 months ago
As you can see on the console, you don't have https when you open your ip (chrome adds it by default) Try to change to http... Anyway, it is not related to the lib itself.
so i found it has interference with helmet (if i disable helmet page is loaded). i'll check it with helmet first. thanks
hello, i got stuck on loading when accessing bull-board with ip
my code snippet
BullModule.forRoot({ redis: { host: 'localhost', port: 6379, }, }),
BullBoardModule.forRoot({ route: '/admin/queues', adapter: ExpressAdapter }),
when accessing with domain
https://mydomain.com/admin/queues
is normal but if accessing with ip server for eg:http://10.2.16.16:5004/admin/queues
showing thisthe problem on accessing bullboard, i have same example with swagger is running in both domain and ip