mongoui icon indicating copy to clipboard operation
mongoui copied to clipboard

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

Open maplerichie opened this issue 7 years ago • 2 comments

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

maplerichie avatar Dec 15 '16 12:12 maplerichie

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

azat-co avatar Dec 15 '16 18:12 azat-co

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?

maplerichie avatar Dec 20 '16 12:12 maplerichie