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

Looking at the source and our deployed instance of adminjs, it doesn't look like it has CSRF protection. Someone with knowledge of an installation of adminjs could trigger destructive actions...

### Contact Details _No response_ ### What happened? If you import [@adminjs/bundler](https://github.com/SoftwareBrothers/adminjs-bundler/blob/main/src/bundle.ts#L6) Your NODE_ENV gets set to production. What is the point of that? ### Bug prevalence Always ### AdminJS...

bug

When importing a [custom component](https://docs.adminjs.co/ui-customization/writing-your-own-components) on the Windows platform, there was a problem with determining the path. This PR also fixes the problem with the Cyrillic alphabet in the file...

### Contact Details [email protected] ### What happened? I just created an authenticated route but every time I log in to see the data it shows the above error. keep in...

bug

### Contact Details _No response_ ### What happened? I have got 4 moderate vulnerabilities when I installed latest version(7.8.1) of adminjs The report is: # npm audit report tinymce =4.1.0...

bug

### Contact Details _No response_ ### What happened? I'm trying to create a custom component using jsonforms lib. When I comment the jsonfoms call in the return (as in the...

bug

### Contact Details _No response_ ### What happened? List what you are trying to do? I was following the installation instructions on your page. But it keeps showing this error...

bug

### Contact Details _No response_ ### What happened? I'm trying to replace the default Dashboard with a .tsx component/page. ### Bug prevalence Always ### AdminJS dependencies version **package.json:** ``` {...

bug

### Contact Details discord @bruno_15980 ### What happened? When using href with a search query on the resource, the function isSelected from the useNavigationResources in the source code doenst works...

bug

### Description I was trying to implement guard on custom hooks which should get trigger when the validation fails or some trigger is called.triggered ### Suggested Solution Implement the guard...