adminjs
adminjs copied to clipboard
AdminJS is an admin panel for apps written in node.js
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...
### 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,...
### 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...
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.