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

his is quite a useful feature, but I haven't found how to create a custom component and bind it to the list of records to output different numbers of records...

Fixes #1678 This PR fixes the `TypeError: can't access property "toString", r.id is undefined` error that occurs in the List component when `BaseRecord.id()` returns `undefined` or `null`. ## Changes -...

### Contact Details Here ### What happened? Hello, First thing: Someone still following this project? because it seems discontinued. When select a date in the date picker, also if you...

bug

Is "adminjs": "^7.8.17" compatible with Node 22. As i am getting error ERR_PACKAGE_PATH_NOT_EXPORTED Please suggest. Thanks in advance.

This PR fixes a path-resolution issue in the AdminJS router that causes all frontend bundles (`app.bundle.js`, `global.bundle.js`, `design-system.bundle.js`) to return **404** when AdminJS is installed with **pnpm**, especially in monorepos...

### Contact Details _No response_ ### What happened? - Installed a fresh app using cli tool and when I start the project it is giving Details node_modules/.pnpm/@tiptap+extension-horizonta_22a8c1c41006f67265f459342f8db8b5/node_modules/@tiptap/extension-horizontal-rule/dist/index.js:1 import { Node,...

bug

### Description #### Problem Currently, all AdminJS authentication adapters (`@adminjs/express`, `@adminjs/fastify`, `@adminjs/nestjs`) handle logout by destroying the local session and redirecting to the login URL, for example: ```ts router.get('/logout', (req,...

### Description #### Summary This proposal enhances AdminJS's authentication architecture to natively support **multiple, heterogeneous authentication providers** (Default, OAuth, SSO, etc.) configured simultaneously. This requires an update to `AuthenticationOptions` and...

### Description #### Summary Add a `callbackPath` option to `buildAuthenticatedRouter` (and equivalent adapters) to support OAuth 2.0 / OpenID Connect login redirects. #### Problem Currently, `handleLogin()` is only triggered on...

### Contact Details Al migrar mi proyecto a ESM y usar AdminJS v7.x, obtengo el siguiente error al iniciar la app ### What happened? Al migrar mi proyecto a ESM...

bug