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'm trying to create a custom action that allows to create a new record for a resource with pre-filled values for some fields. I'm trying to do it by importing...

help wanted

**Describe the bug** Unable to access data passed to custom Dashboard component. Props passed to the custom component is an empty object. **Installed libraries and their versions** * [email protected] *...

enhancement

**Describe the bug** The Documentation in this link https://docs.adminjs.co/tutorial-writing-react-components.html It's not correct I tried to export Box but it's not there even Intelisense can't seem to find it This took...

documentation

Hello there, hope everything is fine! I'm developing an application including two tables in the database, respectively named `Post` and `Tag`. There's going to be a **many to many association**...

**Describe the bug** When I install dependencies with yarn PnP, It always shown error `The @adminjs/express package is missing` But I remove PnP setting and install with node_modules, It works...

**Describe the problem feature solves** I'm currently trying to implement a custom bulk action and I found some places that weren't documented enough **Describe the solution you'd like** - the...

documentation

**Describe the problem feature solves** The documentation for the project leaves a great deal to be desired. It is trial and error trying to figure out what is even possible...

documentation

**Describe the bug** Throwing `ValidationError` in custom action returns record with empty `populated` field. **Installed libraries and their versions** "admin-bro": "^3.2.5", **To Reproduce** Steps to reproduce the behavior: 1. Define...

bug

Trying to deploy our API to a production EC2 instance behind a ELB within AWS. Have the cookies set to secure, but login redirects back to itself. The cookie is...

help wanted