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.
  • Installing: what files/folders does the installation/runtime change?

    6
    0 Votes
    6 Posts
    1k Views
    bkraulB
    I see that I had to execute ./nodebb build in the container. I am guessing that it is because after removing the container, the build directory was gone and needed to be rebuilt, which tells me I have to put a build command on every container startup. This is not very optimal. I am hoping at some point in the future we can have a more hands-off docker-friendly deployment (like with env vars and all).
  • Need to change login link to some other route

    7
    0 Votes
    7 Posts
    1k Views
    GnanaPrakash RathinamG
    I dont see a way to disable login under Settings -> User, using NodeBB version 1.12.2
  • Nodebb custom theme git push

    2
    0 Votes
    2 Posts
    446 Views
    PitaJP
    You should have the theme in it's own git repository, then pull and link that repository into node_modules when you deploy.
  • Images in signatures and group badges

    4
    0 Votes
    4 Posts
    678 Views
    oplik0O
    @KarlPro123 Yeah, just make sure you don't have them turned off in post settings and use markdown to add an image there: ![alt-text](image-url) (you can skip the alt-text obviously)
  • Soms help with moving database to new server

    Solved
    5
    0 Votes
    5 Posts
    722 Views
    M
    Thank you, it worked
  • Problem config.json

    2
    0 Votes
    2 Posts
    590 Views
    PitaJP
    https://community.nodebb.org/topic/13388/faq-websockets-not-working-due-to-misconfigured-origins
  • issues with login aswell as unable to use https

    13
    0 Votes
    13 Posts
    1k Views
    PitaJP
    There's no way to expose HTTPS without a reverse proxy. This was a conscious decision to keep a separation of concerns, reduce development overhead, because reverse proxies have better support, and because anyone running multiple instances will need one for load balancing anyways. Nginx is quite easy to set up, and LetsEncrypt has very good support for it.
  • Profile picture not showing anymore

    2
    0 Votes
    2 Posts
    497 Views
    julianJ
    That's odd, what's the link for the picture in the top corner, and is it different from your profile picture in accounts page? What about a hard refresh, does it cok back then?
  • URL Problem after Log In (Double Url).

    3
    0 Votes
    3 Posts
    588 Views
    PaladinP
    Thanks you so much, all I had to do was to change from http into https.
  • Is there a way to change the Digest text from "Daily" to "Weekly"?

    2
    0 Votes
    2 Posts
    423 Views
    barisB
    Please open an issue on our github tracker.
  • What to do with emails on Dev nodebb site ?

    3
    0 Votes
    3 Posts
    645 Views
    G
    Hi, do you know the plugin on a tick like on facebook?
  • How to solve this problem during registration?

    1
    0 Votes
    1 Posts
    291 Views
    G
    How to solve this problem during registration? The "password" argument must be one of type string, Buffer, TypedArray, or DataView. Received type undefined
  • Show categories vertically in Persona

    4
    2 Votes
    4 Posts
    782 Views
    A
    @oplik0 said in Show categories vertically in Persona: .categories .category-children { display: flex; flex-direction: column; } Both of them worked fine. Thank you very much, guys!
  • registration in the widget

    2
    0 Votes
    2 Posts
    424 Views
    G
    @TestNew-dsdsds I need help pls
  • Error when upgrade to install plugin

    2
    0 Votes
    2 Posts
    810 Views
    barisB
    This should be fixed on latest master, related issue https://github.com/NodeBB/NodeBB/issues/7860
  • 'Popular' date filter

    2
    0 Votes
    2 Posts
    437 Views
    D
    I re-wrote the category controller (src > controllers > category.js) to handle passing ?term=x query through and only getting the relevant topics.
  • dynamic router in navigation menu

    3
    0 Votes
    3 Posts
    499 Views
    Z
    @PitaJ it worked. Thank you
  • Database queries - topics

    3
    0 Votes
    3 Posts
    588 Views
    D
    Thanks @baris, the latter approach works so I'll go with that
  • nodebb suddently stopped working

    5
    0 Votes
    5 Posts
    872 Views
    Z
    pulling.js: //# sourceMappingURL=pulling-drawer.js.map pulling.js.map: {"version":3,"sources":["node_modules/pulling/build/pulling-drawer.js"]
  • A bad HTTP response code (404) was received when fetching the script.

    2
    0 Votes
    2 Posts
    1k Views
    Z
    It seems like this fixed it: https://github.com/vuejs-templates/webpack/issues/446#issuecomment-278503745