ItayXD/MMM-Admin-Interface

Cannot GET //MMM-Admin-Interface/

Opened this issue · 1 comments

Hello, I applied all your steps and follow ipWhiteList rules.
When i try to write browser

http://localhost:8080/MMM-Admin-Interface/

It says

Cannot GET /MMM-Admin-Interface/

1- git clone projects
2- adding module in config js

`{
module: "MMM-Admin-Interface"
},

3- My internal Ip is 192.168.0.29
image

ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.0.29" , "::ffff:192.168.0.29"], // Set [] to allow all IP addresses bla bla
`

Ok for me, I had put the module in the wrong directly, putting it at the route of /modules, fixed it.