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

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

**Describe the problem feature solves** I spend hours and hours to try to make this tool work, vainly. - how to override a simple form component ? (I would like...

**Describe the bug** Running `tsc` out-of-the-box fails without installing additional `@types/` packages. Related: - https://github.com/SoftwareBrothers/adminjs/issues/281 - https://github.com/SoftwareBrothers/adminjs/issues/611 - https://github.com/SoftwareBrothers/adminjs/issues/834 **Installed libraries and their versions** * [email protected] * @adminjs/[email protected] * @adminjs/[email protected]...

dependencies

**Describe the bug** I'm trying to upload files(40mbs+) to s3 using @adminjs\upload feature in adminjs dashboard. When I test on localhost, It uploads most of these files with no issues,...

**Describe the bug** App crashed giving the following error: Error [ERR_HTTP_HEADERS_SENT]: Cannot remove headers after they are sent to the client ``` at new NodeError (node:internal/errors:372:5) at ServerResponse.removeHeader (node:_http_outgoing:654:11) at...

**Describe the problem feature solves** [Support for JSON/JSONB](https://github.com/SoftwareBrothers/admin-bro/issues/668) in version 3.3 seems to only supports explicit columns. While this is useful in some situations, there are JSONBs that contain arbitrary...

enhancement

We are using the below dependencies and found that few special character filtering not working with admin js sequelizer along with mssql db is integrated. We received the message "No...

**Describe the problem feature solves** Some logics are not related to certain Resource. **Describe the solution you'd like** Add `actions` or something in `adminJsOptions`. **Describe alternatives you've considered** I defined...

**Describe the bug** ``` // app.js app.use("/api/admin", adminRouter); // router.js const adminJs = new AdminJS({ rootPath: "/api/admin", .... }); export const adminRouter = AdminJSExpress.buildAuthenticatedRouter(adminJs, { authenticate: (email, password) => {...