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

I'm using AdminJS with a custom componentLoader and custom components. I'm following the official bundling instructions, including @adminjs/bundler, to serve AdminJS in a Docker environment without write access to .adminjs....

### šŸ“ž Contact Details *No response* --- ### šŸž What happened? I’m encountering an issue with the `setCurrentAdmin` function in AdminJS, specifically when updating the user theme (dark/light mode) via...

bug

### Contact Details _No response_ ### What happened? When using AdminJS in a Node.js application with the cluster module, logging into the AdminJS panel (/admin) is successful, but after login,...

bug

### Contact Details [email protected] ### What happened? I have a project structure: ``` apps api (express) web adminjs ( version 7 +, AdminJS only supports ESM) packages prisma pnpm-lock.yaml pnpm-workspace.yaml...

bug

The refresh token URL was hardcoded and ignored the configured options, causing it to break in custom setups. This update makes the URL dynamic based on the options.