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.
  • Get user by email required Admin login

    Unsolved
    2
    0 Votes
    2 Posts
    496 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
    385 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
    492 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
    417 Views
    W
    The problem went away when I cleared my cookies.
  • 2factor app on 1.18.6

    Solved
    3
    0 Votes
    3 Posts
    616 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
    497 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
    1k 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
    559 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
    1k 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
    589 Views
    julianJ
    Hi there, Sorry to hear that, it sounds like you will need to restore your forum from backup
  • This topic is deleted!

    Unsolved
    4
    0 Votes
    4 Posts
    23 Views
  • a strang topic appears at that time when I login with user account

    Unsolved
    18
    0 Votes
    18 Posts
    2k Views
    barisB
    I suggest taking a look at your html sanitization settings make sure html isn't allowed in markdown settings. Next step would be to move the other 2 topics from that category and check if you still see broken markup.
  • How to grant user to chats?

    Solved
    3
    0 Votes
    3 Posts
    449 Views
    W
    @dunlix thank you for your reply.
  • Widget pages missing after NodeBB migration

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    phenomlabP
    @kurulumu-net Welcome back sir
  • Tools for backing up the entire nodebb forum?

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    julianJ
    @someoneyoulike We have set up instances where the db is not on the same machine as the server (mostly for horizontal scaling purposes, etc.) We don't notice any real-world degradation of performance. MongoDB is plenty fast, it's almost never the database (or network connections to the db) that are the bottleneck. Unless your app server is in Toronto and your database is in Singapore... but then you have other problems
  • After reloading, site is redirecting to .com/about

    Unsolved
    6
    0 Votes
    6 Posts
    843 Views
    julianJ
    @dunlix I think you may need to refer to cloudron support then, as a /about redirect doesn't seem like it is configured by NodeBB
  • user cannot login in

    Unsolved
    15
    0 Votes
    15 Posts
    1k Views
    W
    @dunlix thank you for your reply
  • message history in group chat

    9
    0 Votes
    9 Posts
    1k Views
    dunlixD
    @pitaj I agree that this behavior is acting how it is supposed to be, but I also think that there should be an option for admins/group chat owners to turn this setting on.