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.
  • Moving Nodebb

    Unsolved
    5
    0 Votes
    5 Posts
    613 Views
    MrocznyM
    @the-cat-gaming-099 In your NodeBB directory called config.json
  • Virus detected when download NodeBB repo from Github

    Unsolved
    1
    0 Votes
    1 Posts
    243 Views
    DO MGBKD
    I am using Bitdefender Total Security [image: 1623333302909-44cbc1b1-5508-480e-9a7f-f1a38c6b2bdd-image.png]
  • Purging/ deleting flags

    Unsolved
    6
    0 Votes
    6 Posts
    788 Views
    M
    @julian Is there an issue related to this or should I create one?
  • Can't start after update nodejs/npm

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    AntosikA
    @mroczny No, in the previous update, a redis package was replaced via ioredis package. And that change is broke your configuration. Related PR: https://github.com/NodeBB/NodeBB/pull/9545
  • HTTPS is required using https

    Unsolved
    4
    0 Votes
    4 Posts
    420 Views
    DO MGBKD
    @pitaj Note that all API calls are showing the same error message when the option (require https) is turned on, creating a new category is just an example.
  • Bookmark API

    Solved
    1
    1 Votes
    1 Posts
    210 Views
    Vinod SharmaV
    Bookmarking API is working properly and allows to bookmark a particular post, but when listing all posts using API response it's not showing posts as bookmarked. When I try to bookmark the post again it's showing an error message that it has already been bookmarked. If anyone knows the solution please help.
  • Blocking a user makes thread links a poor experience

    Unsolved
    1
    0 Votes
    1 Posts
    222 Views
    izzionI
    On one of the NodeBB communites I'm active on, I've blocked a user with the personal Block User option. After that block, I've had a pretty poor experience with entering threads through clicking on a notification and also with the auto-refresh after adding a post to a thread. Our forum's current NodeBB version is: 1.14.3 When clicking on a notification (e.g. for upvotes or a reply/mention), I often get thrown into the thread with the post being notified for not even in the viewport, and the post referenced by the notification is not showing as highlighted by the time I find it. When auto-refreshing after posting to the thread, instead of the auto-refresh scrolling to the post I just made like I expect, I'm thrown back several posts, often to the point where even the post I was replying to doesn't appear on screen. I'm experiencing similar problems both in desktop mode (Windows 10 / Chrome latest stable) and on mobile (iOS / Safari) I suspect that most of the times I'm having problems, the blocked poster is the most current poster in the thread at the time I click the notification / post a reply (he's a very prolific poster), but I haven't really experimented with turning block on/off to verify that. I've also noticed that there's some weirdness in thread sorting as a result of the block (thread sorting on /recent, which is my default view, seems to sort based on the time of the actual last post, not the time of the last post I can "see"), but I can imagine that's probably more effort to fix than the value would justify.
  • Dashboard Metrics Questions

    Unsolved
    1
    0 Votes
    1 Posts
    205 Views
    D
    Hi all, I've searched but can't seem to find these simple answers....hope you can help. In the dashboard: What do the numbers below the chart mean? Is that total page views in that time frame? When comparing posts/topics/etc. Below the chart and it says "This week" and "Last week", when does the week start? Is that to date, or defined? For High Presence Topics, is that....at the moment, day, week, month?
  • Login error

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    N
    @ushi said in Login error: When I try to log in, I get such an error message "Login failed We are unable to connect you to the system, as it has been too long. please try again." What to do? I'll explain what the problem is, Apparently the forum server is too slow and did not load the ssl certificate. So you need to change the "http: //" in the url "https: //" and then try to connect again ... (I also translate from Hebrew, maybe you should add a category in Hebrew ...)
  • A topic or message that only guests could see

    Solved
    10
    1 Votes
    10 Posts
    2k Views
    A
    @dunlix Thank you
  • Question about displaying a message to guests‏

    Solved
    4
    0 Votes
    4 Posts
    451 Views
    dunlixD
    use custom JS in the ACP and make it only execute when the URL matches "yournodebburl.com/login" Then using JS if/else execute the js. Google it.
  • FAIL: Update from 1.16.2 to 1.17.1 broken (Ubuntu 18.04.5/node 14.15.3/npm 7.5.4)

    Unsolved
    3
    0 Votes
    3 Posts
    505 Views
    tecyT
    BTW. npm audit give me whole bunch of so called "security issues". No, now just one ... npm audit fix could not fix these - so how can that be fiexed? *puzzled* $ npm audit # npm audit report bootbox * Severity: moderate Cross-Site Scripting - https://npmjs.com/advisories/882 No fix available node_modules/bootbox 1 moderate severity vulnerability Some issues need review, and may require choosing a different dependency. Anyone knows what to do here?
  • Email Confirmation Link Redirects to 404 Page

    Solved
    7
    0 Votes
    7 Posts
    822 Views
    AlekseiA
    I've found what was the problem: in my SendGrid account there was Link Branding enabled. But that's little bit strange because it was enabled before moving to the new server and it worked fine. [image: 1622823817033-b2e508e4-4bbf-4212-aee6-02b14cea34b5-image.png]
  • Help Needed: Execute javascript for not logged in users

    Unsolved
    5
    0 Votes
    5 Posts
    533 Views
    R
    @phenomlab it seems like it kind of works, but the ads are intermittently showing and only on the front page, although I put the widget in the global header. My guess as it's something related to the google adsense code not being inside the head tag. I will keep exploring the option of using custom header and try to figure out how to detect the guest users in javascript.
  • Using API to create posts and topics

    Unsolved
    3
    0 Votes
    3 Posts
    958 Views
    phenomlabP
    @antosik excellent. Thanks very much.
  • Installing on OpenServer

    Unsolved
    7
    0 Votes
    7 Posts
    754 Views
    PitaJP
    So what's the problem? What errors are you getting? Share your nginx config and config.json
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Setting up registration without requiring an email

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    dunlixD
    @the-cat-gaming-099 I don't believe this is possible because of how NodeBB is written. You need email to reset password, receive notifs, and for the database and core to see the users. I suppose it could be possible, but you'd have to modify core yourself and it'd be pretty complicated and to be honest, not worth it.
  • How can i upload files to a ftp server?

    Unsolved
    1
    0 Votes
    1 Posts
    262 Views
    R
    I want to change the "uploads " from localhost to a ftp server,how can i do this?(i use docker),is this possible?
  • Parsing upgrade scripts... takes forever

    Unsolved
    7
    0 Votes
    7 Posts
    681 Views
    K
    @baris Thanks a lot! Have a great weekend!