Questions tagged [admin-bro]

Admin bro is a node.js/react plugin that auto generates admin pages based on configuration

34 questions
0
votes
1 answer

AdminBro bundles "No such file or directory" error

I'm just trying to run AdminBro on my docker container with NodeJS and Nginx and I am getting the following errors from the nginx error log: 2021/06/05 07:34:28 [error] 13187#13187: *24 open()…
Cooper
  • 17
  • 1
  • 2
0
votes
1 answer

Items not loading in useEffect in react

This is my react component: import { ApiClient } from 'admin-bro' import { Box } from '@admin-bro/design-system' import React, { useEffect, useState } from "react"; // import './gallery.css'; const api = new ApiClient() const Gallery = () => { …
Shobhit Tewari
  • 535
  • 5
  • 20
0
votes
2 answers

How can I change default url in my admin panel?

I am using admin bro for making an admin panel for my project. What I want is to change the default URL for the admin panel.(example Now the URL is http://127.0.0.1:3000/admin and I want to change it to http://127.0.0.1:3000/myAdmin) Here is my…
Roshan Kumar
  • 453
  • 4
  • 15
-1
votes
1 answer

how to create admin-bro image field

Im using admin-bro 3.3.1 I try to change one of my field to "dropZone" to drop images inside this field, i follow the tutorial but the field still regular text field . why? const options = { options: { listProperties: ["fileUrl",…
Roei Grinshpan
  • 395
  • 1
  • 5
  • 19
1 2
3