Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.5k 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.
  • ERROR invalid-event

    11
    0 Votes
    11 Posts
    1k Views
    y hY
    plugins.browsingUsers
  • error: /logout invalid csrf token [use ssl, nginx, master branch]

    10
    0 Votes
    10 Posts
    3k Views
    PitaJP
    @KevinPan your problem is not exactly the same, because according to your reply over there, you're using IIS not nginx. I don't know how to use IIS (don't know if any one else here who does) but you'll need to set the same headers that we do in the example nginx file: https://docs.nodebb.org/configuring/proxies/nginx/#basic-setup
  • Double URL problem after login | https in config.json gives session error

    19
    1 Votes
    19 Posts
    2k Views
    K
    I have deployed NodeBB via Windows IIS (IIS Node), and I have met the same problem, how can I hot fix this issue.
  • Password will not save between user side and admin area.

    1
    0 Votes
    1 Posts
    691 Views
    emccaE
    I am using Heroku to host a nodeBB instance. When using the heroku supplied subdomain (and setting it in the config.json), everything works fine. I can log in as admin account, use admin GUI, and everything works well. When I set up custom domain (.me tld if that matters), configure it in Heroku, config.json, and DNS, I can get to the site, log in, but when I try to go to the admin area, it asks me to sign in. Once I sign in, it brings me back to the homepage (not admin GUI). I am using cloudflare for DNS and have tried with no plugins, vanilla install. I am using redis. I have tried both proxying through cloudflare "orange cloud" and not proxying "grey cloud" record. Any ideas?
  • Apache + nginx SSL config for csrf token

    10
    1 Votes
    10 Posts
    5k Views
    K
    I have the same problem, I host the NodeBB with IIS (IIS Node)
  • Notification email does not display correctly

    3
    0 Votes
    3 Posts
    451 Views
    seadogS
    I am running Nodebb v.1.12.2.
  • How i force https?

    4
    0 Votes
    4 Posts
    433 Views
    Sandeep BhuiyaS
    hello you can create two separate vhosts for 80 and 443 and add redirect to htttps in http (port 80) vhost rewrite ^(.*)$ https://www.$host$1 permanent; or return 301 https://$server_name$request_uri;
  • error on centos

    4
    0 Votes
    4 Posts
    503 Views
    matamrdM
    @julian Issue fixed after updating node.js from v6 to v8. But Nodebb installed on localhost. How to transfer that to droplet server ip address
  • Recent topics never shows up.

    Moved
    3
    2 Votes
    3 Posts
    2k Views
    PitaJP
    https://community.nodebb.org/topic/13675/recent-cards-installed-but-can-not-showing
  • DO's Firewalls

    3
    0 Votes
    3 Posts
    552 Views
    S
    @omega said in DO's Firewalls: Digitalocean offer firewall management. I am not sure how this compares to onboard, It's an additional protection, not an alternative protection. DO's firewall is the same as any normal LAN edge firewall.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • changing CSS of nav bar

    7
    0 Votes
    7 Posts
    840 Views
    y hY
    thank you, got it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
  • Syntax error when ./nodebb upgrade

    8
    0 Votes
    8 Posts
    1k Views
    oplik0O
    @PitaJ said in Syntax error when ./nodebb upgrade: @oplik0 that's entirely incorrect. git fetch does literally nothing to local files, and even if it did, ./nodebb upgrade only affects the database and files that aren't handled by git. Oh, possible. It probably fixed things for me because my problems were mostly due to me messing with NodeBB files. It seemed to reset the upgrade then, but that probably was because it didn't get to actually changing anything while I broke it.
  • Sudden Bizarre Error

    3
    0 Votes
    3 Posts
    433 Views
    M
    That seemed to work. Looks like there's a plugin causing the site to bug out.
  • Has anyone installed on Azure?

    13
    0 Votes
    13 Posts
    3k Views
    F
    Old, i know but still relevant. One important thing to consider is not to use mongodb. I don't know if Azure has a strange config that doesn't go well with nodebb's standard config or if it's just a bug in their current version (they use 3.2, current is 3.6 on Ubuntu, 4.2 on Windows). It works with redis (at least connection from my VM succeeded). Also julienstroheker managed to get an older version of nodebb running in an azure App Service. So basically there is a way
  • NodeBB - Azure Cosmos DB (Mongo) error

    2
    0 Votes
    2 Posts
    515 Views
    F
    In the end same as https://community.nodebb.org/topic/13472/help-me-on-connect-to-azure-mongodb/4 -> tailing error
  • [1.12.2] Default install and looking the log file

    12
    0 Votes
    12 Posts
    1k Views
    Cassette ChrootC
    @baris ok and I can use the conf file to use like a +2 string and make a PR ?
  • 1 Votes
    8 Posts
    17k Views
    BzllB
    @Absam-Sibsam you saved me bro, worked perfectly!