adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

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

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

### Contact Details https://discord.com/channels/1134390757755723816/1134399045155180554/1286417341923459103 ### What happened? Please update the documentation for your paid `@adminjs/relations` plugin with the `@adminjs/prisma` adapter. It has a very unclear behavior. In your documentation there...

bug

### Contact Details _No response_ ### What happened? I'm trying to implement something like custom validation in my new action (when creating new record). So, at least I want my...

bug

### Contact Details _No response_ ### What happened? When configuring a field in AdminJS to be visible only in the create action by setting isVisible.create: true and isVisible.edit: false, the...

bug

### Contact Details _No response_ ### What happened? I am using adminjs for my project, but when using the relation between tables together, it works, but how can I customize...

bug

### Contact Details _No response_ ### What happened? Hello, I need some help. I purchased the Relations plugin for AdminJS. Where can I find support for this paid product? Also,...

bug

### Contact Details _No response_ ### What happened? AdminJS is not showing relations for a resource `Event` when using @adminjs/relations. All other resources in the database work as expected and...

bug

### Contact Details [email protected] ### What happened? I’m working with two entities - `Product` and `ProductCategory` - which have a standard many-to-many relationship. Products: ```typescript @Entity({ name: 'products' }) export...

bug

### Contact Details _No response_ ### What happened? Hello, Suddenly the error Component "XXXX" has not been bundled appeared for all of my components. In dev mode it's working properly....

bug

Hi! šŸ‘‹ Firstly, thanks for your work on this project! šŸ™‚ Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ## Problem Description **Issue:** AdminJS throws...

### Contact Details _No response_ ### What happened? I want to filter for anything. I am connected to Mysql Database. List, Show, Delete works. Sorting works, but when trying to...

bug