adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

AdminJS is an admin panel for apps written in node.js

Results 238 adminjs issues
Sort by recently updated
recently updated
newest added

I have installed all like in documentation from here - https://docs.adminjs.co/tutorials/adding-role-based-access-control, but when i try to create new user from /admin/resources/User/actions/new i got an error "There are validation errors -...

**Describe the issue** When I try to use the mongoose schema from the official Nest.js documentation [Mongo with Mongoose](https://docs.nestjs.com/techniques/mongodb) as a resource for the Admin.js the error occurs and the...

I'm trying to create my own dashboard but when I send the react to it, it doesnt work with the CSS, how can I set this up ? ![image](https://user-images.githubusercontent.com/87125229/190484139-a253dcd6-581e-4f41-911c-7a5fe1fa734c.png)

**Describe the problem feature solves** A clear document generated from the JSDoc's that used to live... now, there is no way to go and view all of the resource options...

Getting this error when trying to install adminjs npm ERR! code ENOENT npm ERR! syscall spawn git npm ERR! path git npm ERR! errno -4058 npm ERR! enoent An unknown...

**Describe the bug** When I try to upload file, I can't find uploaded object at payload. So Prisma throws error "Can't find images field!" **Installed libraries and their versions** "@adminjs/design-system":...

**Describe the problem feature solves** DynamoDB is growing a lot and there is already an orm like Dynamoose based on Mongoose, it would be a very good option to be...

enhancement

**Describe the problem feature solves** We implemented our own resource to support our multitenant adminbro/adminjs instance, however without knowing what user (company) they are we do not know what collection...

enhancement

**Describe the problem feature solves** using `api.searchRecords()` only lets you search by the title of the resource. **Describe the solution you'd like** Add a property to `searchRecords` that allows you...

enhancement

**Describe the bug** After upgrade the version from 6.1.1 to any version **Installed libraries and their versions** * [email protected] * @adminjs/[email protected] * @adminjs/[email protected] **To Reproduce** ``` FROM node:16-slim WORKDIR /usr/src/app...