adminjs
adminjs copied to clipboard
AdminJS is an admin panel for apps written in node.js
### Contact Details _No response_ ### What happened? After starting application I receive this error: There are no adapters supporting one of the resource you provided. I'm using @adminjs/mongoose adapter....
### Contact Details vinoth_22942 Discard id ### What happened? List what you are trying to do?  so I doing is from design/system for Upload concepts import...
Fixes issue related to https://github.com/SoftwareBrothers/adminjs/issues/1691 @AshotN this fixes a bug where date values were rendered as `NaN-NaN-NaN` if backend returned an ISO string instead of a simple date string while...
### Contact Details _No response_ ### What happened? It's ok to show array of object via type:mixed. But it's not ok to update json element in the array Many thanks...
### Contact Details _No response_ ### What happened? I have a column with datetime ```user.ts import { DateTime } from 'luxon' import hash from '@adonisjs/core/services/hash' import { compose } from...
### Contact Details _No response_ ### What happened? When starting the application with AdminJS integrated, an error occurs: `NoResourceAdapterError`: `There are no adapters supporting one of the resource you provided`....
### Contact Details _No response_ ### What happened? This is a vulnerability that stems from a lack of validation of the nested parameters. How to reproduce: - `git clone [email protected]:nostalgiaz/adminjs-ddos.git`...
### Contact Details _No response_ ### What happened? The database is mongodb I need to query the order collection for records that meet the condition buyer=‘uid’ or seller=‘uid’, how do...
### Contact Details [email protected] / [email protected] ### What happened? SyntaxError: Unexpected token 'with' when upgrading Node to `v20.9.0` and `[email protected]` I cannot boot my server due to a syntax error...
### Contact Details _No response_ ### What happened? As reference in this comment here: https://github.com/SoftwareBrothers/adminjs/commit/3a3961cb173ade4575c5394d13605ed348f066f7#commitcomment-146217694 Documentation lacks any explanation on how to configure this "modal-subTitle" and even so it seems...