Closed ahuijiLearning closed 5 months ago
Did you installed @bull-bard/ui?
I looked at the module already there, and tried to set uiBasePath without success, same error message.
"dependencies": {
"@bull-board/api": "5.18.3"
},
Minimum reproducible code:
Can you make a repo with these reproduction steps?
I don't fully understand what you mean, whether it's like this:
Thanx, I'll review it ASAP
I debugged your example, looks like egg.js, overrides (or not using at all KoaAdapter's view config, which uses koa-view
).
Not sure why.
You can supply your own config, check my PR, https://github.com/ahuijiLearning/bull-board-test/pull/1 Closing this as it not related to this lib
Thank, It work!
app.js
I am now trying to use the KoaAdapter, and the access interface returns this error.
What should I do if I want to use it again in my egg.js project.