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.
  • 0 Votes
    4 Posts
    3k Views
    julianJ
    The common causes for a session mismatch error are usually one of the following: 1. Mis-configured URL parameter in your config.json file If you have a misconfigured url value in your config.json file, the cookie may be saved incorrectly (or not at all), causing a session mismatch error. Please ensure that the link you are accessing your site with and the url defined match. 2. Improper/malformed cookieDomain set in ACP Sometimes admins set this value without realising that they probably don't need to set it at all. The default is perfectly fine. This is what the config looks like: [image: VEhEQAREQgZgTkGjHvIPVPBEQAREQgfgQ+P8uQ0hcCNBYdwAAAABJRU5ErkJggg==] If this is set, you'll want to revert the setting by editing your database directly: Redis: hdel config cookieDomain MongoDB: db.objects.update({ _key: "config" }, { $set: "cookieDomain": "" }); 3. Missing X-Forwarded-Proto header from nginx/apache If you are using a reverse proxy, you will need to have nginx pass a header through to NodeBB so it correctly determines the correct cookie secure property. In nginx, you will need to add the directive like so: location / { ... proxy_set_header X-Forwarded-Proto $scheme; ... }
  • Using domain name to visit website for error reporting

    14
    0 Votes
    14 Posts
    3k Views
    9
    @julian I've solved the problem. Thank you very much!
  • Email settings not saving v 1.6.1

    9
    0 Votes
    9 Posts
    3k Views
    W
    @julian [image: tenor.gif] I wasnt expecting Chrome to autofill in the settings page IL see my self out. Thanks
  • What should I do to make my forum accessible online?

    7
    0 Votes
    7 Posts
    3k Views
    N
    @doekia How to see this?
  • Make my forum accessible online

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    julianJ
    Locked as dupe found here: https://community.nodebb.org/topic/11477/what-should-i-do-to-make-my-forum-accessible-online/6
  • ERROR invalid data after in-house conversion

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    D
    Thanks Julian. I was not too complicated but not having any data model made the process longer. I still have faced an issue with my converted users not been able to view the categories. I have manually addressed the issue by creating a "legacy" group, add the necessary group/priv to my categories and manually adding my users to the legacy group (fortunatly was having no more than 150 legacy users). I presume it has something to do with group association but haven't been able to figure out what exactly
  • How to fix TypeError: Cannot set property 'uid' of undefined?

    3
    0 Votes
    3 Posts
    2k Views
    S
    Solved. add-registration-field plugin was the culprit. An undefined field was added in the registration page causing the error in adding a user in the database. [image: 2017-11-05.png]
  • Share users between nodeBB and KeystoneJS

    8
    0 Votes
    8 Posts
    2k Views
    L
    @shery11 not yet how about you ?
  • Upvoting and downvoting causes NodeBB crash / restart

    7
    0 Votes
    7 Posts
    2k Views
    B
    Excellent thanks!
  • 0 Votes
    2 Posts
    1k Views
    barisB
    You need to use something like https://github.com/julianlam/nodebb-plugin-support-forum
  • 0 Votes
    9 Posts
    2k Views
    P
    @verso Do you have the reputation system disabled? Check in ACP -> Settings -> Reputation.
  • Profile picture cropping modal issue

    26
    0 Votes
    26 Posts
    6k Views
    ReaderlyR
    Hi @PitaJ, I'm still having an issue with NodeBB not being about to find a profile picture I set up on my (admin) profile. It happens on Firefox or Chrome. It's hard to discern a pattern--why some actions cause the browser not to be able to load the image, while the other still can. Any other suggestions? Sean
  • Problem whit nodebb on Ubuntu 16.04 LTS

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    julianJ
    [image: AGNHXa6.png] [image: qmKhh3d.png]
  • Enable ONLY steam login

    3
    0 Votes
    3 Posts
    1k Views
    julianJ
    You can disable user registration in the ACP. If you also disable local login, then the login button will automatically redirect you to steam login. You can use the "custom html/js" tab to set some javascript to alter this picture
  • Move from mybb to nodebb

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    MrKavatchM
    @pitaj Could be possible. At least it works now ^^
  • Error during WebSocket handshake, I use nginx

    15
    0 Votes
    15 Posts
    5k Views
    julianJ
    ... do you need to set cookieDomain? You're probably better off unsetting that config instead of commenting out code.
  • why always mark my post as spam

    12
    0 Votes
    12 Posts
    3k Views
    lqzeroggL
    @pitaj Yes, you are right. And I find that post will be marked as spam if there are too many codes.
  • Use CosmoDB as Mongo replacement

    5
    0 Votes
    5 Posts
    2k Views
    D
    @PitaJ node = 6.11.2 npm = 5.5.1
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    15 Views
  • Custom Theme Development

    5
    0 Votes
    5 Posts
    2k Views
    julianJ
    github.com/nodebb/nodebb-theme-quickstart