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.
  • Hide Post Events

    Unsolved
    6
    0 Votes
    6 Posts
    419 Views
    barisB
    If you want to hide them all you can do that via custom css as well then you won't have to remove the partial after an upgrade. .timeline-event { display: none!important; }
  • How to install a custom plugin on nodebb host

    Unsolved
    3
    0 Votes
    3 Posts
    203 Views
    barisB
    Contact us at [email protected] with the plugin name. You can also publish it to npm and it should show up in the acp. But that takes a while.
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    7 Views
  • CSS not loading when using other themes

    Unsolved
    3
    0 Votes
    3 Posts
    366 Views
    barisB
    Changing a theme requires a rebuild with ./nodebb build and restarting.
  • 3.5.0 Upgrade Support

    12
    1 Votes
    12 Posts
    928 Views
    barisB
    Checkout our migration guide https://nodebb.org/blog/nodebb-specific-bootstrap-3-to-5-migration-guide/. Essentially all templates needs to be updated for boostrap 5 and less converted to sass. The migration guide goes through all the changes needed.
  • Impossible to install NodeBB!

    Solved
    9
    0 Votes
    9 Posts
    510 Views
    CannybirdC
    @oplik0 Finally it worked after I left Host IP address to the default 127.0.0.1. Thanks. [image: 1702575683004-nodebb2.jpg] [image: 1702575693569-nodebbsite.jpg]
  • Errors that appear on search.google.com

    Solved
    4
    0 Votes
    4 Posts
    199 Views
    julianJ
    Likely the changes will land in 3.6.0
  • There are many errors printed on my Chrome console

    Solved
    2
    0 Votes
    2 Posts
    145 Views
    Smile GhS
    Maybe it's affected by a broswer plugin. There are no errors in privacy mode. Thanks.
  • Nodebb can't resolve mongodb Atlas domain when I install.

    Unsolved
    3
    0 Votes
    3 Posts
    208 Views
    Smile GhS
    I create config.json by myself and add mongo uri in it. it works. Thanks for your help!
  • NodeBB was not rebuilt

    Solved
    5
    0 Votes
    5 Posts
    334 Views
    I
    @julian Thanks, problem solved. Thanks for the good will
  • The letter does not arrive in the mail via the transporter mail.ru

    Solved
    9
    0 Votes
    9 Posts
    616 Views
    RodionR
    Can you imagine... I updated NodeBB to 3.5.2 and everything worked) I don't understand why it didn't work on 3.5.1. Thanks!
  • What is swagger ui path in nodebb?

    Solved
    3
    0 Votes
    3 Posts
    268 Views
    julianJ
    Thanks @oplik0 even I forgot about /debug/spec/* and I wrote those controllers Keep in mind that the docs.nodebb.org routes only display the latest stable version of NodeBB (tracking the master branch)
  • Unable to do page navigation of RSS feeds

    Unsolved
    2
    0 Votes
    2 Posts
    184 Views
    julianJ
    There is /recent.rss which should work for you.
  • HTTPS Support and stop redirect to nodebb.org when request a not existing url

    Solved
    4
    0 Votes
    4 Posts
    356 Views
    C
    @julian Thank you, no problem now
  • Can not login

    Solved
    17
    0 Votes
    17 Posts
    579 Views
    X
    @phenomlab Thank you very much! I can log in now
  • 3.4.0 Upgrade Support

    117
    3 Votes
    117 Posts
    18k Views
    phenomlabP
    @faizanzahid have a look at the Storj plugin
  • Cloudflare Error

    Unsolved
    2
    0 Votes
    2 Posts
    177 Views
    B
    Try restart your forum and check your server.
  • Can not install

    Unsolved
    3
    0 Votes
    3 Posts
    233 Views
    phenomlabP
    @xianqu check to ensure that the mongodb service is running. It isn't by default after installation.
  • How can I login my forum through the nodebb.org/dashboard

    Solved
    5
    0 Votes
    5 Posts
    229 Views
    C
    @baris another issue. after some rebuild & restart . the saas plugin disappeard.. update: never mind, seems my plugin break the saas load. not issues now
  • Clarification for `isCluster`

    Moved
    2
    0 Votes
    2 Posts
    183 Views
    barisB
    Basically the isCluster setting controls how multiple nodebbs will communicate with each other. If it is not set explicitly it is determined automatically from number of ports used. https://github.com/NodeBB/NodeBB/blob/master/loader.js#L108 So if you are only running a single nodebb process on each server but using multiple servers you need to manually set it to true so that the nodebbs use redis pubsub to communicate. https://github.com/NodeBB/NodeBB/blob/master/src/pubsub.js#L17-L49 If all the nodebb processes are one the same physical server they can just communicate through IPC, if cluster is set to true they will use redis