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.
  • Resetting a user's lockout

    2
    0 Votes
    2 Posts
    936 Views
    E
    Facing the same error. How does Reset Lockout Help?
  • User Stuck in Registration Queue

    8
    0 Votes
    8 Posts
    825 Views
    C
    Just a quick follow up on this because I finally got around to sorting it out and in case anyone else is running into the same issue. After a bit of stuffing around I realized there was an issue with the commands, they needed some extra quotation marks (as per @PitaJ 's suggestion): zrem registration:queue "Hermina\r\n" zrem registration:queue "Kallie\r\n" del "registration:queue:name:Hermina\r\n" del "registration:queue:name:Kallie\r\n" This got everything sorted. Appreciate everyone's help!!
  • You do not have enough privileges for this action.

    3
    0 Votes
    3 Posts
    498 Views
    OFFICIAL CREALITY3DO
    Dear @baris Thanks for your help. I just checked our privileges, I am sure the groups have the posting privileges and, for the same group, there is som post to be fine, but there is som to be Error. It is the version V1.14.1
  • Migrating to NodeBB from other forum software?

    1
    0 Votes
    1 Posts
    329 Views
    0
    Is there a list somewhere of forum importers that exist for NodeBB and what types of things are imported? I’m currently running XenForo, but am ok importing to another platform first if a better importer exists. I’d like to get a staging site set up and see how NodeBB runs with my existing data. Thanks for any help pointing me in the right direction!
  • Is Nodebb supporting Atlas Mongodb clusters?

    4
    0 Votes
    4 Posts
    1k Views
    6676
    @maciejso Anyone with a solution to this?! Wth!?
  • Run nodebb inside of docker container

    4
    0 Votes
    4 Posts
    2k Views
    F
    I was facing this same issue. After a lot of hit and try this is the final docker-compose that i was able to make it work. Note I'm using Mongo instead of redis.
  • 0 Votes
    1 Posts
    257 Views
    Varun Ganesh DV
    If i remove Access permission of Topics it will not even show the list of topics. I need to display all topics list. When guest clicks on Topic its posts should not be visible untill they Register Is it possible?? @administrators Plz Help
  • ajaxify error after override header template

    7
    0 Votes
    7 Posts
    747 Views
    barisB
    Your initial header.tpl should work with the latest version of nodebb, app.template is no longer necessary since that is available in ajaxify.data.template
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • Error: Authentication failed when installing for Windows

    4
    0 Votes
    4 Posts
    836 Views
    Rushi MR
    Net stop: net stop MongoDB The MongoDB Server (MongoDB) service is stopping. The MongoDB Server (MongoDB) service was stopped successfully. Net start: C:\WINDOWS\system32>net start MongoDB The MongoDB Server (MongoDB) service is starting.. The MongoDB Server (MongoDB) service was started successfully.
  • nginx subfolder setup, reach from another server.

    7
    0 Votes
    7 Posts
    1k Views
    PitaJP
    @MoJo Ah yeah it looks like you've run into this bug: https://github.com/NodeBB/NodeBB/issues/8515 You'll need to cherry-pick the referenced commit to fix it in your install.
  • Error - Cannot read property 'toLowerCase' of undefined

    3
    0 Votes
    3 Posts
    467 Views
    julianJ
    A good starting point would be to disable all third-party plugins and see if that resolves the issue.
  • Moving Nodebb to a new server

    2
    0 Votes
    2 Posts
    475 Views
    barisB
    What version of redis is installed? Make sure it's 2.8 or higher.
  • I can't setup nodebb v1.14.x

    2
    0 Votes
    2 Posts
    364 Views
    PitaJP
    Your image didn't finish uploading
  • Email NodeBB

    5
    0 Votes
    5 Posts
    682 Views
    R
    @julian can't be the API as I have checked it multiple times. I have heard that MailGun got to be on the same IP/localhost as NodeBB/Computer (in my case VPS), is that true?
  • unable to get nginx working with nodebb

    2
    0 Votes
    2 Posts
    452 Views
    julianJ
    Hi @Nam-Vu, some example working configurations can be found here https://docs.nodebb.org/configuring/proxies/nginx/ If your config is not working, please paste it here for us to review. Thanks!
  • Custom made pages

    11
    0 Votes
    11 Posts
    1k Views
    PitaJP
    I looked at this on my environment and can reproduce the issue. It appears the logic to show this never really worked, that's a bug. https://github.com/NodeBB/NodeBB/issues/8611 That's been fixed, you can cherry-pick this commit and try again https://github.com/NodeBB/NodeBB/commit/64a457a441f38bc1f0d2f536ed303b7ff37684ae
  • Footer appears twice

    Moved
    5
    0 Votes
    5 Posts
    695 Views
    E
    @PitaJ I did, that's not the case
  • bump (update) topic without replying

    3
    0 Votes
    3 Posts
    207 Views
    barisB
    This can also be done by using Mark as unread for all option in the topic tools dropdown, it will mark the topic unread for everyone without making a new reply to it.
  • Issue with NodeJS

    12
    0 Votes
    12 Posts
    1k Views
    Anthony GencarelliA
    @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 [image: y1LVP9V.png]