azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮
MIT License
585 stars 132 forks source link

Unable to load completely, stop webpack:///./~/fbjs/lib/warning.js?8a56 #45

Open maplerichie opened 7 years ago

maplerichie commented 7 years ago

warning.js?8a56:36 Warning: Unknown prop alt-text on tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop in img (created by navbarInstance) in a (created by navbarInstance) in NavbarBrand (created by navbarInstance) in div (created by NavbarHeader) in NavbarHeader (created by navbarInstance) in div (created by Grid) in Grid (created by Navbar) in nav (created by Navbar) in Navbar (created by Uncontrolled(Navbar)) in Uncontrolled(Navbar) (created by navbarInstance) in navbarInstance

request.js?a434:117 GET http://localhost:3001/api/dbs net::ERR_CONNECTION_REFUSED

content.jsx?c7f5:24 Uncaught TypeError: Cannot read property 'databases' of undefined(…)

3 error on my Google Chrome console log. No idea how to solve it

azat-co commented 7 years ago

Do you have mongodb running? Cannot read property 'databases' of undefined

maplerichie commented 7 years ago

mongod.service - SYSV: Mongo is a scalable, document-oriented database. Loaded: loaded (/etc/rc.d/init.d/mongod; bad; vendor preset: disabled) Active: active (running) since Thu 2016-12-15 18:07:39 CST; 5 days ago Docs: man:systemd-sysv-generator(8) Main PID: 7819 (mongod) CGroup: /system.slice/mongod.service └─7819 /usr/bin/mongod -f /etc/mongod.conf

@azat-co
Do you mean this?