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

Hello, I'm using adminjs with mongoose. Suppose my schema have a property with default value like this: ``` const MySchema = new Schema({ key: { type: String, required: true },...

**Describe the bug** When trying to use adminjs to clear the value of a nullable field of type "numeric", the value is not removed. Instead, it is set to `1`...

**Describe the bug** When I try to view a document with array of objects, the values aren't displayed, but everything in Mongo seems fine. **Installed libraries and their versions** *...

I'm facing an issue when I connect to my adminjs panel remotely: When I go to my adminjs panel URL it takes 20 seconds to load the login page and...

**Describe the bug** When I search an entity `User` by a field/column `name` that has a transformer, the filter returns no result at all. When I delete the transformer, the...

This PR is to allow hiding/reveal for custom components nav from the dashboard. Unlike the resources, custom components cannot be hidden from the dashboard

**Describe the bug** Some primary keys in a project I work on have slash characters, and some activities such as attempting to visit their "Edit" page, or selecting them from...

**Describe the bug** I can run it on my local system but cannot run it on Heroku. After deploying to Heroku and defining all the environment variables in the Heroku...

I have an api with adminjs and upload feature with aws s3 that is working correctly when i run locally. But when deployed on vercel i get the following error:...