problem is cookie -> domain.tld setting -> can n ot login how...

Technical Support

Suggested Topics


  • Image problem

    Technical Support
    5
    0 Votes
    5 Posts
    279 Views

    @Abhinov-Singh-0 A permission denied error means that some or all of the files in that directory are owned by a user that is not the same user as you are logged in as.

    It also suggests that the images may have restrictive privileges that do not allow them to be read by the user running the NodeBB process.

    Try this:

    cd /path/to/nodebb sudo chown -r $USER public/uploads

    Then try to run NodeBB again.

  • Unable to login

    Technical Support
    3
    0 Votes
    3 Posts
    1k Views

    Minifier is showing that it can't find some of the socket.io files. Make sure all of the dependencies are installed correctly (npm i --production)... perhaps try nuking node_modules/ and trying again?

  • 0 Votes
    2 Posts
    1k Views

    You want to switch from a subdomain (abcd.example.com) to a subfolder (example.com/abcd).

    Basic steps:

    Change config.json to reflect the new url
    "url": "http://forum.example.com" -> "url": "http://example.com/forum" Use nginx to reverse proxy requests by adding a new location block for /forum
  • Upgrade problem

    Solved Technical Support
    2
    0 Votes
    2 Posts
    1k Views

    npm unl nodebb-theme-cerulean && ./nodebb upgrade