Rafał Dzięgielewski
Rafał Dzięgielewski
By custom resource do you mean a custom adapter?
We won't be able to do it in a short time. This hasn't been requested very often (to be honest it's 3rd time I've seen someone ask about this feature)....
Just leaving a note on: > click "apply changes" - it closes drawer (but shouldn't) The drawer is closed on purpose, otherwise when you open a direct link with `filters.x`...
I don't really use Nest nor Mongoose much, but have you tried to pass `Order` instead of `OrderSchema` into `resources`? Unless `@nestjs/mongoose` schema is different than `mongoose` schema. Our current...
I'm 99.9% certain that with native mongoose package and schema it will work. Still, if it doesn't work with `@nestjs/mongoose` that isn't good too. It's strange though as other `@nestjs/package`...
Are you sure the configuration is valid? `Can't find images field!` implies there should be an `images` fields but I cannot see it in your config.
@wdfinch by live reloading do you mean some kind of websocket implementation that automatically shows new changes when creating/updating/deleteing records or just a button which reloads contents without refreshing the...
cc @krzysztofstudniarek
@IFaniry You won't be able to name it `@adminjs/dynamodb` because `@adminjs/` is organization prefix, you should however be able to name it `adminjs-dynamodb` or something similar. The key points of...
It's difficult to guess what's the exact cause is but it looks to be coming from `express-session`. Have you set up a session store for your user sessions or does...