Issue after port forwarding

Technical Support

Suggested Topics


  • 0 Votes
    2 Posts
    83 Views

    Your config.json should look like this for multiple ports

    { "url": "http://example.org", "secret": "your-secret-goes-here", "database": "mongo", "port": [4567, 4568, 4569], "mongo": { "host": "127.0.0.1", "port": "27017", "database": "0" }, "redis": { "host":"127.0.0.1", "port":"6379", "database": 0 } }

    After ./nodebb setup modify config.json remove port from url and add the port array. Then use ./nodebb start to start nodebb. It should start up 3 nodejs processes, you can check if it worked with top

  • Issue with NodeJS

    Technical Support
    0 Votes
    12 Posts
    622 Views

    @PitaJ Hey I did everything it was working I fixed the issue that was above I forgot what I did but I wanted to put is at my ip so when I get the domain name I can just redirect and such now it does this whenever I try changing the config for the url 025c0b31-ff60-44ae-a2cf-291ac76d0e60-image.png

  • NodeBB Heroku Port

    Technical Support
    0 Votes
    2 Posts
    217 Views

    Looks like the built files are not committed into the repo, so it keeps rebuilding and timing out.

  • 0 Votes
    3 Posts
    2k Views

    Thanks @jarey --- @nightwave, please file an issue on our Github tracker about this.

  • Emoji Extended issues

    Solved Technical Support
    0 Votes
    3 Posts
    2k Views

    Thank you very much for your reply! 😃