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

Fail to connect with authentication #10

@edwardoid

Description

@edwardoid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions