Rafał Dzięgielewski

Results 242 comments of Rafał Dzięgielewski

There is an example here: https://docs.adminjs.co/installation/plugins/express#authenticated It isn't strictly required, but if your session is saved in-memory it can be lost. AFAIK when you start your server there should be...

This will be nice to have, however we'll have to plan it first, I'll let you know when it can be implemented once I know myself.

We've recently updated to React 18 while a lot of libraries still use React 16 or 17 as their peer dependencies. We replaced the outdated ones with alternatives where possible...

These errors come from other libraries that haven't been updated to React 18. AdminJS wilk work fine if you use yarn or force install using npm as stated above.

Can you share more information about your environment, operating system, etc? I've just tried to install it in a new app and there were no issues except for some warnings:...

Does the problem still exist on the latest versions of our packages? We currently don't have any dependencies that link to github repositories instead of npm registry.

You either have to define every sub property with `new Schema(...)`: ``` material: new Schema(...) ``` or describe properties in AdminJS resource options for your model - this is how...

Can you show how `record.params` look like in your Network response?

This seems to be a correct response to me. Did you consider updating `adminjs` to the latest version? I think there were some fixes to `mixed` type throughout the last...