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.
  • NPM Audit found 5 vulnerabilities (1 low, 4 moderate)

    3
    0 Votes
    3 Posts
    2k Views
    gh0-0stG
    Thank you for your quick answer Julian. I hope the update to less v3 can be so fast At least thank you for your explanation, I'm on the lookout to be able to use nodebb
  • csrf token (I tried everything to fix it) [SOLVED]

    2
    0 Votes
    2 Posts
    1k Views
    bonaccorsopB
    Ok, I solved it by binding a different port from 80 in my config.json: { "url": "https://dev.myforum.com", "port": 4567, "database": "mongo", ... } So finally NodeBB set express.sid cookie
  • Category Specific Permissions?

    5
    0 Votes
    5 Posts
    844 Views
    L
    Lol thanks, didn't see that!
  • Few questions about NodeBB

    6
    0 Votes
    6 Posts
    978 Views
    D
    @julian Clear enough, thank you so much.
  • Render failed for template: templateFunction is not a function

    6
    0 Votes
    6 Posts
    1k Views
    PitaJP
    @asamolion Here are the changes: https://github.com/NodeBB/NodeBB/pull/6649/files Just use the latest version of benchpressjs (not 1.2.3)
  • 0 Votes
    7 Posts
    1k Views
    julianJ
    Does it work if you don't put it in the error_docs/ subfolder?
  • service-worker request 404 not found

    1
    0 Votes
    1 Posts
    327 Views
    hawmH
    The service worker request not found, the url like https://www.example.com/service-worker-b3132ce44c958878a3dc19776072ad3861a661ca983e3c8f0269c27a439d47d2.js I tried to rebuild and restart nodebb but not fix. It's that a problem?
  • Problem when installing

    1
    0 Votes
    1 Posts
    407 Views
    SrPeterS
    Linux version: Red Hat 4.8.5-16 Hello! I am actually trying to install NodeBB in a shared hosting, so im using the terminal. I have all the files in the correct folder, but when I try to "./nodebb setup" I get this: /usr/bin/env: node: No such file or directory I am assuming bevause i have got Node.js installed, but I cant seem to install it with any commands from https://docs.nodebb.org/installing/os/
  • Excessive Load Warning

    1
    0 Votes
    1 Posts
    345 Views
    C
    This is my first day with NodeBB and I don't know how everything works. Since the site is basically new, but testing different bits here and there, I was a little bit worried getting two times an error page with Excessive Load Warning. I have a VPS with one core and 2GB of RAM.
  • 0 Votes
    1 Posts
    366 Views
    Klint Abong EspadonK
    Re: nodebb web setup - Configure your database - Digital Ocean
  • Configuration Error: unknown database

    3
    0 Votes
    3 Posts
    787 Views
    C
    @baris Thank you so much. Caught in the installing process didn't saw that. Now I have a working NodeBB site. For the first test install used everything as is in the tutorial so database is nodebb.
  • nodebb disconnect

    3
    0 Votes
    3 Posts
    586 Views
    radish-angelR
    every other 5 minutes, my browser console many errors, eg: GET http://www.seenewyun.com/socket.io/?EIO=3&transport=polling&t=MOJNhdj 502 (Bad Gateway) ,but nodebb can auto connect.
  • External Links not redirecting properly

    5
    0 Votes
    5 Posts
    651 Views
    brian4021B
    Alright, thank you for the quick response
  • HTTPS problem, can anyone give me some advice?

    4
    0 Votes
    4 Posts
    854 Views
    PitaJP
    @01 "it won't open" isn't very descriptive. What is it actually doing? Screenshots are very helpful to convey that info. What is your nginx config? Where did you get your https certificates? Have you been following a guide, and if so, which one?
  • how to add HTML content in topics

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    Use of the Markdown composer is optional, and you can save HTML directly into the database, and this is what is used for other composers like Redactor. Still other composers (Quill composer) save content into the database in their own special format. Markdown is not meant to be activated for either of those. Alternatively you could allow HTML in the markdown settings, but I would highly advise you also install sanitizehtml plugin, otherwise anyone can post anything including malicious scripts as a post in your forum!
  • 0 Votes
    8 Posts
    8k Views
    A
    @vfssantos These settings worked for me. { "url": "http://192.168.1.1:4567", "secret": "XXXXXXXXXXXX", "database": "mongo", "mongo": { "host": "127.0.0.1", "port": "27017", "username": "nodebb", "password": "mypassword", "database": "nodebb", "uri": "" }, "port": "4567" } From the Commandline Terminal, first stop and then start nodebb ./nodebb stop ./nodebb start
  • cheap email service for nodebb

    2
    0 Votes
    2 Posts
    533 Views
    PitaJP
    You should be able to via the custom SMTP service. It shouldn't even require a plugin.
  • Redactor client does not display image upload errors from server

    1
    0 Votes
    1 Posts
    369 Views
    J
    Hi Devs, I am running the latest nodebb master, and updated to the latest redactor-composer. I tried to upload a file using redactor, but it did not work, and no error message was posted. With further digging I found that the file was too big (higher than the predefined value in the admin page). Is there a way to catch and display errors from nodebb callback routed into the Redactor plugin? Minor issue, I see that when @media width>1000 Redactor is full page, but the topic title placeholder disappears. Further research identified that the div above it has "display = flex". Unsettling that brings back the title placeholder. Thanks, JJ.
  • Prod vs Dev mode - uglifyjs turned off

    9
    0 Votes
    9 Posts
    1k Views
    J
    Thank you so much. You were right on the money as usual!
  • Error: Request Entity Too Large

    Solved
    18
    0 Votes
    18 Posts
    3k Views
    M
    btw the problem with the filesize is also solved