Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k Posts

Subcategories


  • User documentation for NodeBB

    44 Topics
    44 Posts
    Jay MoonahJ
    One of the first important things to do after setting up NodeBB is to set up an emailer plugin. While NodeBB does include a local emailer, if your forum is particularly active we recommend using an third-party emailer such as SendGrid which provides better deliverability for sites that send a high volume of email. Setting up SendGrid in NodeBB is very easy. Open the administrative dashboard using the 'gear' icon on your forum. Open the Extend > Plugins menu, and select the Find Plugins tab. Use the search on the right. Type 'SendGrid' and the plugin should appear -- select Install when you see it. From Installed tab on the Plugins menu, search again for 'SendGrid' and select Activate. Activating the plugin will require a restart of your forum. To restart, select the Dashboard menu and press the Restart button to the right. After NodeBB restarts, the SendGrid plugin will be active. After you restart, there should be a item called Emailer (SendGrid) under the Plugins menu -- if you don't see this right away, try refreshing your browser. Sign up to SendGrid Go to the SendGrid website, open the pricing page and scroll to the bottom. Click on the link and create your free account. Once you've confirmed your SendGrid account via email, you should be able to login to the SendGrid website. On the left side of your SendGrid dashboard, open Settings and click on API Keys. Click the button in the top right to create a new key. Make sure that the key has Full Access for Send Mail and Alerts.  When you are done, the new key to your clipboard. Now, return to the SendGrid menu on your NodeBB admin panel. Paste the API key into the field, and save your changes. Now go back to the Dashboard to restart your forum one more time. SendGrid should now be working for your forum. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 25 Topics
    201 Posts
    eeeeeE
    I think you answered my point, by agreeing there are issues. I didn't even attempt to deploy nodebb, I had problems with much smaller projects! Nextjs routing was going through a change of design at the time, so perhaps that is less confusing now, but there were multiple other headaches. I would get build errors and issues with package management.
  • Need help with nodebb-plugin-import

    12
    0 Votes
    12 Posts
    2k Views
    RogerLevyR
    @pitaj Ah. Then I guess that was what happened for me.
  • Rebuild error

    4
    0 Votes
    4 Posts
    2k Views
    PitaJP
    This is when you rebuild from the ACP, right? What if you just rebuild with ./nodebb build
  • Regrading change of text of button in nodebb discusiion forum

    12
    1 Votes
    12 Posts
    3k Views
    A
    thanks its very useful
  • Pass parameters from one custom page to another

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    J
    Thank you so much @baris and @yariplus - will give both options a try
  • Error in console.

    7
    0 Votes
    7 Posts
    2k Views
    julianJ
    @RikoDEV Why shouldn't I use sudo to run NodeBB? You do not want to run NodeBB using sudo because this causes NodeBB to be run via the root user. This superuser has complete access to the entire system and should NodeBB ever become compromised, then a malicious user can utilise NodeBB as an attack vector to take over your system. Secondary effects from running NodeBB under sudo include the changing of ownership of some files to root, which would complicate administration of your NodeBB further as future starts of NodeBB will fail with an EACCES error, simply because some files could not be written to, as they are now owned by root instead of the regular user! Best practice security recommends running NodeBB with as few privileges as possible (ideally, nobody:nogroup), but practically an unprivileged user is perfectly fine. By the way, this also means running NodeBB as a user that has sudo access is also insecure. Just some food for thought.
  • NodeBB don't see plugins/themes updates.

    2
    0 Votes
    2 Posts
    908 Views
    yariplusY
    Persona version is a little different from other plugins, it is fixed to your version of NodeBB. If you update your NodeBB, you should also get the newer Persona version.
  • Google site description

    10
    0 Votes
    10 Posts
    2k Views
    julianJ
    You should upgrade to latest NodeBB and see if it still persists.
  • Purge topics

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    julianJ
    Reading it again, you'll want to actually execute .leave() on that key, not join
  • Cant upgrade.

    4
    0 Votes
    4 Posts
    1k Views
    0xA4B160
    Or backup your nodebb dir and overwrite using the latest Git master zip. They say its not supported but worked several versions for me.
  • Setup error on fresh install

    2
    0 Votes
    2 Posts
    1k Views
    T
    I noticed a recommendation of running ./nodebb build which performed successfully. I then attempted to run setup again & now get error message ReplyError: CROSSSLOT Keys in request don't hash to the same slot at parseError
  • Changing the text color of group badges

    Unsolved
    2
    0 Votes
    2 Posts
    780 Views
    barisB
    You can try via custom css for example to change the text color of admin badges. a[href="/groups/administrators"] .group-label { color: red; }
  • ./nodebb start not working

    12
    0 Votes
    12 Posts
    4k Views
    A
    I'm having this exact same problem currently-- ./nodebb dev works fine, ./nodebb start does nothing and outputs nothing to the logs, and I've tried all the ./nodebb upgrade and ./nodebb build.
  • Potential Issue with GPRD - only admin is allowed to DL data

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    barisB
    We will release 1.9.4 with this fix hopefully this week.
  • How to Load Balance for all CPU Cores

    16
    2 Votes
    16 Posts
    3k Views
    0xA4B160
    Yes, as nginx and node.js are single threaded apps you need to spawn multiple copies of them which match the numbers of CPU cores in order to fully use the power of your server. [image: HjlJjUS.png] One nginx process acts as a controller/watchdog. I'm no MondoDB expert but I read that it automatically uses multi-threads for read requests but uses a single thread for write operations.
  • Plugins not working after installation

    3
    0 Votes
    3 Posts
    1k Views
    A
    @yariplus said in Plugins not working after installation: Possibly sounds like a browser script crashing. What is the full list of plugins you have installed? It appears that rebuilding the forum + refreshing the page enabled access to the pages. However, I still cant make any Search Plugin work on my forum properly, be it DB search, Elastic or Solr. I'm using a non-roman alphabet
  • New Install Login Error

    2
    0 Votes
    2 Posts
    613 Views
    PitaJP
    What's the url value in config.json?
  • Include additional data in digest emails

    8
    0 Votes
    8 Posts
    2k Views
    PitaJP
    @alanbrown it has to be one of the existing params. Looks like it's the interval field.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    55 Views
  • Nodebb on my linux

    19
    0 Votes
    19 Posts
    3k Views
    W
    @shiroan-hyun you are in the right spot, change target from blank to your local IP, then save. Please also send me your nginx configuration
  • How to snippets on google search

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    julianJ
    @abhinov-singh As stated in other thread, please consider upgrading your NodeBB as that may resolve the issue. Locking this thread now to reduce duplicate responses.