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.
  • Is there someone to help with the setup?

    Unsolved
    1
    0 Votes
    1 Posts
    258 Views
    E
    hello i couldn't setup, is there anyone who can help. If anyone can help setup via AnyDesk, I would appreciate it, thanks in advance. Server information: CENTOS 7.9 vmware 8 gb ram 150 gb ssd
  • 1 Votes
    4 Posts
    773 Views
    Varun Ganesh DV
    Analytics working fine On dashboard only showing like that Not an issue Will wait for next update
  • Users Online information wrong?

    4
    0 Votes
    4 Posts
    1k Views
    PitaJP
    @anodetobb have you read the linked GitHub thread?
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    63 Views
  • YACIQ (Yet Another cPanel Install Question) cpanel with nodejs? is it possible?

    Unsolved
    1
    0 Votes
    1 Posts
    247 Views
    SmirS
    Host I've been with for many moons, has nodejs option? [image: 1621298387283-7baaaf15-a93f-4b01-af72-5d98039cd6c1-image.png] which does some what work.... when launching the URL, it shows [image: 1621298434899-7df9630d-61e2-466f-bfd1-8a403ec9b2a3-image.png] There must be away to get this to work then surely?
  • Where can I get this widget ?

    Solved
    3
    0 Votes
    3 Posts
    392 Views
    phenomlabP
    @baris Thanks
  • Group badges not showing

    Solved
    41
    0 Votes
    41 Posts
    6k Views
    phenomlabP
    @baris Forgot to rebuild and restart... It's working now !! Thanks
  • Profile changes aren't saving

    Unsolved
    5
    0 Votes
    5 Posts
    638 Views
    Jim BridgerJ
    I discovered this was due to the theme slick, which seemed to be broken to me, as the form and input elements were missing multiple values, which didn't get loaded when save was clicked, so no information was sent. I made a child theme to fix it.
  • How can I preview my custom themes while editing?

    Unsolved
    4
    0 Votes
    4 Posts
    458 Views
    barisB
    Yes he meant grunt
  • Socket-IO Redis error

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    B
    @baris I'm really trying to stick to actual releases (looking at github it doesn't look like 1.17.1 has been officially blessed yet). However, staying on v1.17.0 and bumping the socket.io and socket.io-client versions seems to have done the trick!
  • SSO on v1.17.0

    Solved
    3
    0 Votes
    3 Posts
    622 Views
    B
    @baris d'oh! I could have sworn that I'd updated them all to latest. Thanks.
  • NodeBB crashes when uploading images

    7
    0 Votes
    7 Posts
    906 Views
    PitaJP
    Okay so just to confirm this is caused by an error in sharp, try creating a file called test-sharp.js in your nodebb directory with the following contents: 'use strict'; const fs = require('fs/promises'); const sharp = require('sharp'); async function run() { const input = await fs.readFile('public/logo.png'); await sharp(input) .resize({ width: 100 }) .toFile('build/public/logo.png'); } run().then(() => {}, err => setTimeout(() => { throw err; }, 0)); Then run it like node test-sharp.js. It should create the file build/public/logo.png. Check the exit code with echo $?.
  • SMTP and SendGrid

    Unsolved
    5
    0 Votes
    5 Posts
    564 Views
    PitaJP
    @tmiller you must have "use external server" enabled. That enables the SMTP transport. As for the username and password, these are required and should be provided by sendgrid. They may be your sendgrid login credentials but I'm unsure as I've never used sendgrid.
  • Delete embedded image

    Unsolved
    17
    0 Votes
    17 Posts
    2k Views
    PitaJP
    @chez have you tried accessing from a different browser? Is your site publicly available?
  • Emoji problem

    25
    0 Votes
    25 Posts
    3k Views
    C
    @pitaj said in Emoji problem: Okay try running this in a mongo shell like before: db.objects.update({ _key:'emoji:customizations:adjuncts' }, { $set: { _key: 'emoji:customizations:adjuncts:bkp' } }, { multi: true }) I did as you told me and the problem worked out I thank you very much
  • Writing content without confirming email

    7
    1 Votes
    7 Posts
    891 Views
    julianJ
    @flarum-türkiye said in Writing content without confirming email: However, one thinks that this can happen in general settings. It is a category-level privilege. It is done this way so that fine-grained privileges can be set for each category (e.g. only verified users can post in certain special categories) Your e-mail address has not been confirmed yet, please check your inbox for the confirmation e-mail. You will not be able to post or chat in the forum until you confirm your email address! I agree this verbiage is confusing and should be updated or removed altogether.
  • 0 Votes
    4 Posts
    587 Views
    barisB
    The usual culprit for socket.io issues is usually not having sticky sessions. Socket.io requires sticky sessions so requests from a client always go to the same backends.
  • Secondary tag field

    1
    0 Votes
    1 Posts
    259 Views
    A
    Hi Guys, I am using predefined tags(as primary) while creating a new topic, now i want to add another tag input field(as secondary) where user can type and it will generate new tag. Is there any such plugin or way out to do so ? Thanks.
  • Redis persistent connection

    5
    0 Votes
    5 Posts
    793 Views
    S
    @pitaj said in Redis persistent connection: @sanatisharif how many do you see? It's possible our redis client uses a connection pool # Clients connected_clients:82 Maybe, NodeBB has connection pool?
  • לא מצליח לבנות נכסי אימוגי'

    1
    0 Votes
    1 Posts
    296 Views
    C
    כאשר אני לוחץ על בנה נכסי אימוגי', אני מקבל את השגיאה הזו: [image: 1620148263173-2fa1266c-2b43-491b-b1cc-2c5fef66526d-%D7%AA%D7%9E%D7%95%D7%A0%D7%94.png]