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.
  • Running NodeBB on multiple VMs?

    Unsolved
    5
    0 Votes
    5 Posts
    419 Views
    B
    @o-o - I was not able to make fly.io work. Unfortunately I don't remember all the details, but effectively fly.io and NodeBB were working under different assumptions as far as local resources were concerned. Upon idle my fly machine would lose track of the fly database, and upon restart it would attempt to restart NodeBB from scratch. Until the idle everything worked fine. But at the end of the day my issue was automatically serving the precompiled Javascript resources that NodeBB presupposes. Outsourcing the database to something like S3 might fix the problem. Also, fly.io changes very quickly, and I know others were having the same problems with other frameworks, so they may now have a workaround.
  • Redis dump lost

    Unsolved
    3
    0 Votes
    3 Posts
    168 Views
    T
    Thanks for the quick reply. I was pretty sure there was no automatic backup in de NodeBB directory... Thanks!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    68 Views
  • Does the API provide access to a subset of categories when a user is not logged in

    Solved
    3
    0 Votes
    3 Posts
    184 Views
    David SargradD
    @baris Thanks Much!
  • failed to parse platform

    Unsolved
    1
    0 Votes
    1 Posts
    207 Views
    A
    Hi, i tried to run a nodebb via docker but i got error i used https://docs.nodebb.org/installing/cloud/docker/ root@minifast:~/docker/NodeBB-3.6.1# docker-compose --profile redis up Building nodebb Sending build context to Docker daemon 17.68MB Step 1/25 : FROM --platform=$BUILDPLATFORM node:lts as npm failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument ERROR: Service 'nodebb' failed to build : Build failed root@minifast:~/docker/NodeBB-3.6.1#
  • Is there a way to share an invitation link via Signal (or as a DM on social networks)?

    Unsolved
    2
    2 Votes
    2 Posts
    162 Views
    omegaO
    Not a programmer but I suppose some OS call up like happens when you hit a typical share via email button, this usually that populates a new email using your native OS email client, filling the message body with in signal with appraise link but with blank recipient
  • How to resend an invitation?

    Unsolved
    3
    0 Votes
    3 Posts
    159 Views
    Jon PincusJ
    @phenomlab thanks very much!
  • [nodebb-plugin-dbsearch] Error after nodebb update from 1.19.0 to 3.6.1

    Moved
    3
    0 Votes
    3 Posts
    129 Views
    Spin0usS
    @baris works like a charm. Thank you
  • Template fragment cache for periodically updating?

    Unsolved
    3
    1 Votes
    3 Posts
    213 Views
    o              oO
    As in client side fetch? This is critical HTML that would block renders so that would be pretty bad. It's the header and has some search functionality in it, for example. On the other hand, if there was something like a remote-html convention for the widgets that fetched on server and expired the cache automatically, never blocked render, etc... that would be cool but I'm not sure how or where to see how caching works in these kind of cases.
  • Are the latest versions of MongoDB supported?

    Solved
    9
    1 Votes
    9 Posts
    601 Views
    Spin0usS
    I use V7 too on a Debian 11 with no problem.
  • Nodebb not loading

    Unsolved
    11
    0 Votes
    11 Posts
    930 Views
    CannybirdC
    @julian I was able to achieve HTTPS automatically by installing ssl certificate. Thank you for the follow up. [image: 1703739681488-https.ssl.jpg] [image: 1703739689577-https.ssl2.jpg]
  • Recognizing a new post has arrived via API

    Unsolved
    13
    0 Votes
    13 Posts
    1k Views
    julianJ
    @saikarthikp9 nodebb-plugin-ntfy
  • Share this post "301 moved permanently"

    Unsolved
    3
    0 Votes
    3 Posts
    253 Views
    Naluebet Manpati 0N
    @baris said in Share this post "301 moved permanently": @Naluebet-Manpati-0 can you give us some more info about when this is happening? [image: 1703474932181-01ab2d98-39ff-443e-8555-bca14840c43e-image.png] Click share facebook post and it's like Facebook can't pull the meta tag.
  • How to easily convert api data to html (in a general fashion)

    Solved
    14
    0 Votes
    14 Posts
    899 Views
    David SargradD
    @PitaJ Ty.. You steered me straight!
  • API Usage Question: Are topic ids unique across all topics or only within a category

    Unsolved
    3
    0 Votes
    3 Posts
    302 Views
    David SargradD
    @julian Good Ty!
  • Pimp my NodeBB (codes for the holidays/christmas theme)

    18
    3 Votes
    18 Posts
    1k Views
    omegaO
    Deck the Node with Custom Code fra la la la laa la la la laa Merry Christmas
  • Migrating external data into NodeBB

    Unsolved
    1
    0 Votes
    1 Posts
    105 Views
    C
    I want to migrate my vBulletin (vBB) 4.0.3 forum to NodeBB, but the plugins for data migration have been outdated for a long time. Is there a feasible solution at present to transfer the database regarding users, posts, etc., from MySQL or CSV to NodeBB? Thank you.
  • API Usage Question

    Solved
    6
    0 Votes
    6 Posts
    393 Views
    David SargradD
    @baris !! Cool
  • Nodebb set up error

    Solved
    7
    1 Votes
    7 Posts
    393 Views
    barisB
    @Atc1 no problem, thanks for reporting. I've released a patch version 3.6.1 with a fix https://github.com/NodeBB/NodeBB/releases/tag/v3.6.1
  • CORS Support for API Use

    Moved
    12
    0 Votes
    12 Posts
    702 Views
    David SargradD
    Yay!! It worked when I used the ACP to set the Access-Control-Allow-Origin field to http://localhost:3000. I would recommend looking at allowing "*". This is a common CORs practice, particularly in a development environment. [image: 1703243583060-09547b42-4cee-4ca7-9121-3c22199d02c2-image.png]