This repository was archived by the owner on Jul 20, 2019. It is now read-only.

Description
I installed and configured the app, here is my configuration:
{
"db": {
"port": 27017,
"host": "10.10.1.61",
"username": "MyUser",
"password": "password"
},
"server": {
"port": 54321,
"address": "0.0.0.0"
},
"flavor": "normal",
"debug": true
}
Server started on 10.10.1.23, and I'm doing requests from 10.10.1.5.
But server responds with:
{
"code": "InternalError"
"message": "Cannot read property 'collection' of null"
}
Problem is in`connectionURL function defined in /lib/util.js