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.
  • Terminating all sessions before upgrading NodeBB

    Unsolved
    3
    0 Votes
    3 Posts
    359 Views
    julianJ
    @pitaj @crazycells It depends on how the migration was done, and how the instance is set up. An "invalid session" error means the server-side session data is missing. If you are using redis as session store, and you don't bother to copy it to the new server (because it's just transient data), then this can happen... Or if you're using Mongodb only, but you only migrated the objects collection (which is all that is strictly required). @crazycells Either way, if they see the message, clicking "ok" should automatically clear their local browser session. If not, that may be a bug.
  • Problem displaying new internal link content

    Unsolved
    3
    0 Votes
    3 Posts
    372 Views
    JoiJ
    @baris It is good? https://github.com/NodeBB/NodeBB/issues/10096
  • How do I use other font awesome icons?

    Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    phenomlabP
    @crazycells awesome. Thanks for coming back and letting me know.
  • iframely plugin doesn't work...

    17
    1 Votes
    17 Posts
    3k Views
    phenomlabP
    Hi All, As much as I dislike cross posting, can anyone help with this ? https://community.nodebb.org/topic/16231/iframely-help
  • How to use Api Login

    Unsolved
    4
    1 Votes
    4 Posts
    847 Views
    A
    @pitaj That's exactly what I need. Thank you very much!
  • Move to a different server

    Unsolved
    2
    0 Votes
    2 Posts
    281 Views
    gotwfG
    @nodebbman Uhhhmmm..... both.... At least until the transition is complete.
  • nodebb start not working but nodebb dev does

    Unsolved
    4
    0 Votes
    4 Posts
    514 Views
    barisB
    https://github.com/NodeBB/NodeBB/issues/10086
  • Queued posts record for new users...

    2
    1 Votes
    2 Posts
    2k Views
    barisB
    This will be available in 1.19.0 https://github.com/NodeBB/NodeBB/issues/9506 You will be able to see and edit your queued posts at /post-queue
  • Get user by email required Admin login

    Unsolved
    2
    0 Votes
    2 Posts
    469 Views
    julianJ
    Hi @Nguyễn-Bảo! The API call to retrieve a user by email address is actually not protected behind admin login. It is only privileged if the ACP setting to hide user email addresses is enabled: [image: 1639455734396-2021-12-13_23-16.png] You should be able to use an API v3 token (generated from Settings > API Access) to make this call as an administrative user, if you are not willing to change the aforementioned option. I am not familiar with Python, but the equivalent cURL command using an API v3 token would be: curl -H "Authorization: Bearer your_bearer_token" localhost:4567/api/user/email/[email protected]
  • 502 Bad Gateway when using Purge Topic

    Unsolved
    4
    0 Votes
    4 Posts
    343 Views
    barisB
    This is fixed in https://github.com/julianlam/nodebb-plugin-mentions/issues/156
  • Broken script starting from version 18.3

    Unsolved
    3
    0 Votes
    3 Posts
    442 Views
    barisB
    What is your nodebb git hash? On latest versions topics.loadMore doesn't return mainPost anymore. If you are running latest master update to get these changes https://github.com/NodeBB/NodeBB/commit/906dc5675e5e1e96a7ff693f07f20987cd08c87a. Then the main post will be the first item in the posts array when you call topics.loadMore. Then you can use d.posts[0].content instead of d.mainPost.content
  • Default image when sharing topics/posts

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    phenomlabP
    @julian That's a good point actually...
  • invalid csrf token

    Solved
    2
    0 Votes
    2 Posts
    398 Views
    W
    The problem went away when I cleared my cookies.
  • 2factor app on 1.18.6

    Solved
    3
    0 Votes
    3 Posts
    553 Views
    FrankMF
    @julian If the fix is on the way, then I'll wait for the next release. Thanks.
  • Change Vote Icon on Nodebb 1.18

    Unsolved
    2
    1 Votes
    2 Posts
    461 Views
    julianJ
    @nguyễn-bảo hey there, can you reach out to us at [email protected] so we can take a look?
  • NODEBB forum installation failed

    Unsolved
    6
    2 Votes
    6 Posts
    918 Views
    PitaJP
    @dunlix either way, if you don't have a config.json, it starts the web installer: https://github.com/NodeBB/NodeBB/blob/fb363957d1ff8ac63c0a50aaeeb2dd86975876bc/src/cli/index.js#L109
  • How to configure nodebb using mongodb Atlas

    Solved
    2
    0 Votes
    2 Posts
    498 Views
    barisB
    There isn't much to it really, once you setup your db on atlas you can use the connection string in the uri parameter in your nodebb's config.json like so "uri": "mongodb+srv://<username>:<password>@cluster0.myqqq.mongodb.net/<database_name>?retryWrites=true&w=majority"
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    21 Views
  • User password export

    Unsolved
    7
    0 Votes
    7 Posts
    981 Views
    julianJ
    @eesty what is the company policy? It seems it would probably be cheaper to not migrate from NodeBB but have us host it for you as a vendor. That is what happened to the FusionAuth forum
  • Hacker Delete Forum

    Unsolved
    2
    0 Votes
    2 Posts
    542 Views
    julianJ
    Hi there, Sorry to hear that, it sounds like you will need to restore your forum from backup