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.
  • Twitter Links

    Unsolved
    10
    0 Votes
    10 Posts
    977 Views
    cagatayC
    problem is solved, thank you. plugin worked PS thanks for your helping @kurulumu-Net
  • NodeBB on Oracle VPS [I need help!]

    Unsolved
    4
    0 Votes
    4 Posts
    560 Views
    oplik0O
    Your issues with firewall are likely because Oracle is, essentially, using firewalld rules for all their images, even ones that don't have it included. So if you are running on Ubuntu, and trying to use ufw like most tutorials will recommend you do, it will do nothing with the default iptables entires and be essentially useless. And the bigger problem is that some of their rules are required to start to VMs (they need iSCSI access rules on boot) The easy solution is to just give in to Oracle's config and install firewalld: sudo apt install firewalld sudo systmctl enable --now firewalld (And ensure ufw is disabled) You can then manage rules using firewall-cmd. For example: sudo firewall-cmd --permanent --add-service={http,https} sudo firewall-cmd --reload Will allow http/https traffic. The second option is the one I assume you tried: fix iptables and use ufw. But this is a bit more complex than it seems. First issue is that IIRC the iptables rules will be applied again on reboot. Now, cloud init can be disabled, but there is another issue - the iSCSI rules. The official Oracle workaround for ufw potentially making the VMs unbootable is "don't use ufw" (https://docs.oracle.com/en-us/iaas/Content/knownissues.htm#ufw), and while you should be able to just ensure everything is correctly configured with ufw, I honestly stopped bothering. firewalld works fine for me, so, like Oracle, I would recommend that route instead. Additionally there is separate OCI networking and their firewall. You have to remember that Network Security Groups override Security Lists, so if you have one assigned to your VNIC, you need to edit it instead of the subnet-wide SL. If there is something else specifically you need help with you'll need to give more details - this post is just based on a guess you have the common issues.
  • Content is Invisible After 1.19.2 Update

    Unsolved
    19
    0 Votes
    19 Posts
    2k Views
    AlekseiA
    Visiting your forum now, it appears to be working fine. Are there still issues on your end? I'll be monitoring the status. I can't reproduce the issue. It happens occasionally. I always access it via https://forum.c4d.space/ and this is the URL in config.json
  • 1.9.X installation fails

    Unsolved
    6
    0 Votes
    6 Posts
    708 Views
    julianJ
    @zhivkoangelov should be fixed on latest master already
  • Connect to MongoDB using TLS

    Solved
    4
    1 Votes
    4 Posts
    453 Views
    gotwfG
    @zhivkoangelov Cool. Thanks for sharing. I started to delve into this several months (years?) back but got distracted w/other things before actually making any progress. Now I shall bookmark this puppy.
  • What algorhythm is used for encrypting user passwords?

    Solved
    31
    1 Votes
    31 Posts
    3k Views
    julianJ
    @pyc4 said: I was thinking it is possible to generate hash from given password that is exactly the same as the hash written to database. Only if you use the same salt, but you don't have the salt, so therein lies the problem
  • Copy forum settings from test to production environment

    Unsolved
    1
    0 Votes
    1 Posts
    226 Views
    zhivkoangelovZ
    Hello, I have a test NodeBB forum, running on Digital Ocean. In this instance, I am changing certain settings through the Admin panel: Installing and activating plugins Modifying settings such as list of categories I am planning now to install a new forum instance, production one, also on Digital Ocean. What is the best way to copy forum settings from test to production (just plugins and settings, without users and posts)? Note that I would like to make this "settings update" on a regular basis. Thank you.
  • NodeBB setup ended up unsuccessfully

    Solved
    2
    0 Votes
    2 Posts
    328 Views
    zhivkoangelovZ
    It seems that the Docker was not able to execute all parallel builds. The solution I found is: Run the setup with option: ./nodebb setup --skip-builds Manually run the build in serial mode: ./nodebb build --series That solved the issue.
  • Favicon Not Updating When Sharing Forum To Slack

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    T
    @baris said in Favicon Not Updating When Sharing Forum To Slack: Seems to work fine for me now in slack. [image: 1645559718334-d67634b1-3a90-4234-a137-4a90fc02300d-image-resized.png] Interesting... I even cleared the cache in Slack, but I'm still getting the old touchimage... I'm curious how often does Slack clear their cache now..
  • Please add documentation of hosting on Linode.

    Moved
    3
    1 Votes
    3 Posts
    939 Views
    julianJ
    @yLothar said: the Ubuntu upgrade on Linode doesn't work well I can't imagine it would... OS upgrades usually are a little suspect, it's usually easier to just start fresh and migrate NodeBB back onto it, although I definitely get why an OS upgrade would be preferable in some setups.
  • Group Title on Edit Profile disappears when using Allow Multiple Badges

    Unsolved
    2
    0 Votes
    2 Posts
    308 Views
    PitaJP
    It appears to work fine on this forum. What version of NodeBB? What do you mean when you say it disappears? Can you record your screen?
  • 0 Votes
    7 Posts
    660 Views
    phenomlabP
    @DownPW I see what you mean, yes. I thought you'd made a typo...
  • 2 Votes
    30 Posts
    4k Views
    phenomlabP
    @volanar said in List of plugins that are incompatible when upgrading to version 1.19.2: nodebb-plugin-gdpr @baris @julian any updates on nodebb-plugin-gdpr ? This is required for me at least being GDPR compliant
  • All Cyrillic Text in Links is Broken After Update to 1.19.2

    Solved
    7
    0 Votes
    7 Posts
    734 Views
    julianJ
    @crazycells It does seem like package updates don't always update nbbpm... I will investigate.
  • Replies stripping @mention

    Unsolved
    4
    1 Votes
    4 Posts
    440 Views
    barisB
    This is should be fixed on master.
  • spawn ENOMEM: Memory leak in 1.19.1?

    Unsolved
    13
    0 Votes
    13 Posts
    1k Views
    D
    @PitaJ said in spawn ENOMEM: Memory leak in 1.19.1?: Does the memory usage grow quickly at first and then slow down approaching an asymptote? I believe so.
  • topic specific widget

    Solved
    4
    1 Votes
    4 Posts
    517 Views
    phenomlabP
    @crazycells this is well outside the forums here. I can help you with this via sudonix
  • 1.19.2 Github won't install or update

    Unsolved
    6
    1 Votes
    6 Posts
    710 Views
    PitaJP
    https://github.com/NodeBB/NodeBB/issues/10289
  • Is it possible for me to make db search better?

    Unsolved
    1
    0 Votes
    1 Posts
    158 Views
    fffddd dfeeeddF
    Can I manually enter keywords?
  • SMTP and Emoji issue after 1.19.2 upgrade

    Unsolved
    23
    0 Votes
    23 Posts
    2k Views
    phenomlabP
    @kurulumu-Net hmm. That certainly would indicate that 16.x is supported. I was told by @baris some time ago that this wasn't in fact supported, but that could have changed since our last discussion - or, the documentation is incorrect.