• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

New Installation - "Connection to NodeBB has been lost"

Scheduled Pinned Locked Moved Unsolved Technical Support
1.4.6connection
8 Posts 6 Posters 4.4k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MEricson
    wrote on last edited by
    #1

    Everything seems to function 'read-only' but I can't create new topic or save any admin changes.

    There are error messages about connection to NodeBB being lost.

    Node 2.1.0
    NodeBB 1.4.6
    Redis 3.2.3

    1 Reply Last reply
    0
  • yariplusY Offline
    yariplusY Offline
    yariplus Community Rep
    wrote on last edited by
    #2

    Are there any error messages in your log file? Can you post your config.json with secrets removed?

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    @MEricson said in New Installation - "Connection to NodeBB has been lost":

    Node 2.1.0

    There is no node 2.1.0 version afaik you need at least nodejs 4.x+

    M 1 Reply Last reply
    0
  • A Offline
    A Offline
    Alex Fiala 0
    wrote on last edited by
    #4

    @MEricson, post your config.json file.

    When you browse to your forum, you need to use the same address that is in your config.json file.

    for example, if your URl is http://localhost:4567, you need to browse to http://localhost:4567 to access your forum.

    M 1 Reply Last reply
    0
  • M Offline
    M Offline
    MEricson
    replied to <baris> on last edited by MEricson
    #5

    @baris said in New Installation - "Connection to NodeBB has been lost":

    @MEricson said in New Installation - "Connection to NodeBB has been lost":

    Node 2.1.0

    There is no node 2.1.0 version afaik you need at least nodejs 4.x+

    My bad! I have node 6.10.1 installed.

    1 Reply Last reply
    0
  • M Offline
    M Offline
    MEricson
    replied to Alex Fiala 0 on last edited by
    #6

    @Alex-Fiala-0 That was the issue! The config.json had

    "url": http://localhost:4567"

    but I needed my domain name

    1 Reply Last reply
    0
  • N Offline
    N Offline
    newnodebbuser
    wrote on last edited by
    #7

    @MEricson, is everything functioning correctly?

    1 Reply Last reply
    0
  • fstdeskF Offline
    fstdeskF Offline
    fstdesk
    wrote on last edited by fstdesk
    #8

    i had same issue and solved it by edit config.json as this

    {
    "url": "http://myurl.com",
    "secret": "..................",
    "database": "redis",
    "redis": {
    "host": "127.0.0.1",
    "port": "6379",
    "password": "?????",
    "database": "0"
    }
    }

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development