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.
  • 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
    407 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
    762 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.
  • /login button stopped working

    Unsolved
    6
    0 Votes
    6 Posts
    586 Views
    phenomlabP
    @kurulumu-net Odd. I'm not able to reproduce this. Have you tried disabling plugins to see if any of those are the culprit ?
  • NODEBB Forum A course on deleting topics permanently

    Unsolved
    2
    0 Votes
    2 Posts
    419 Views
    PitaJP
    What plugins do you have? Try disabling all plugins.
  • (?...Using a plugin) Installing the jQuery directory in NodeBB

    Solved
    9
    0 Votes
    9 Posts
    870 Views
    J
    @pitaj JS is enabled in the browser. But only preload the jQuery library using JS Custom Help. Now it's ok
  • emoji error

    Unsolved
    2
    0 Votes
    2 Posts
    397 Views
    dunlixD
    @fly777 maybe. Try going to Admin > plugins> emoji and build emoji assets and rebuild and restart forum
  • Cannot write post or reply after 1.15 -> 1.16

    7
    0 Votes
    7 Posts
    948 Views
    keltesethK
    I had the same problem now when updating again. The solution was to enter the docker container: docker exec -it ff747e7168b7 /bin/sh then when building it printed some errors: /opt/nodebb # ./nodebb build started 2021-11-11T11:56:22.384Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer.js (Ignoring) 2021-11-11T11:56:22.387Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/autocomplete.js (Ignoring) 2021-11-11T11:56:22.389Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/categoryList.js (Ignoring) 2021-11-11T11:56:22.389Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/controls.js (Ignoring) 2021-11-11T11:56:22.390Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/drafts.js (Ignoring) 2021-11-11T11:56:22.390Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/formatting.js (Ignoring) 2021-11-11T11:56:22.391Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/preview.js (Ignoring) 2021-11-11T11:56:22.391Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/resize.js (Ignoring) 2021-11-11T11:56:22.392Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/scheduler.js (Ignoring) 2021-11-11T11:56:22.392Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/tags.js (Ignoring) 2021-11-11T11:56:22.392Z [4567/320] - warn: [plugins] File not found: /opt/nodebb/node_modules/nodebb-plugin-composer-default/static/lib/composer/uploads.js (Ignoring) 2021-11-11T11:56:22.394Z [4567/320] - info: [build] Building in parallel mode 2021-11-11T11:56:22.395Z [4567/320] - info: [build] plugin static dirs build started 2021-11-11T11:56:22.398Z [4567/320] - info: [build] requirejs modules build started 2021-11-11T11:56:22.399Z [4567/320] - info: [build] client js bundle build started 2021-11-11T11:56:22.435Z [4567/320] - info: [build] admin js bundle build started 2021-11-11T11:56:22.435Z [4567/320] - info: [build] client side styles build started 2021-11-11T11:56:22.436Z [4567/320] - info: [build] admin control panel styles build started 2021-11-11T11:56:22.437Z [4567/320] - info: [build] templates build started 2021-11-11T11:56:22.437Z [4567/320] - info: [build] languages build started 2021-11-11T11:56:22.889Z [4567/320] - warn: [meta/css] File not found! nodebb-plugin-composer-default/static/less/composer.less 2021-11-11T11:56:22.994Z [4567/320] - warn: [meta/css] File not found! nodebb-plugin-composer-default/static/less/composer.less 2021-11-11T11:56:25.310Z [4567/320] - info: [build] plugin static dirs build completed in 2.915sec 2021-11-11T11:56:38.072Z [4567/320] - info: [build] client js bundle build completed in 15.673sec 2021-11-11T11:56:38.073Z [4567/320] - info: [build] admin js bundle build completed in 15.638sec 2021-11-11T11:56:38.081Z [4567/320] - info: [build] client side styles build completed in 15.646sec 2021-11-11T11:56:42.625Z [4567/320] - info: [build] admin control panel styles build completed in 20.189sec 2021-11-11T11:56:42.787Z [4567/320] - info: [build] languages build completed in 20.35sec 2021-11-11T11:56:43.191Z [4567/320] - info: [build] templates build completed in 20.754sec 2021-11-11T11:56:47.327Z [4567/320] - info: [build] requirejs modules build completed in 24.929sec 2021-11-11T11:56:47.329Z [4567/320] - info: [build] Asset compilation successful. Completed in 24.933sec. Then I removed all plugins, enabled only quill, rebuild (no more missing file warnings) and restarted the docker container.
  • With the new NodeBB update (v.1.18.5) Recent page stopped showing.

    Unsolved
    4
    0 Votes
    4 Posts
    551 Views
    barisB
    You can run git cherry-pick 74aa12c95b2acd3dab01b283c33eb24a358411aa to get it.
  • This topic is deleted!

    Solved
    10
    0 Votes
    10 Posts
    98 Views
  • Migrate nodebb to phpbb

    Unsolved
    1
    0 Votes
    1 Posts
    262 Views
    Olympia 2 InternationalO
    Hello, is there any tool/plugin/exporter/importer that can help me migrate nodebb to phpbb?
  • Using within the NodeBB mobile app

    Unsolved
    1
    2 Votes
    1 Posts
    308 Views
    kurulumu.NetK
    We want to use NodeBB in a part of our native application. Can we use basic forum functions like registration, new topic, post, groups, websocket, chat via API? Is there a document for this? Thanks.
  • Digest posts' images not showing

    Unsolved
    5
    0 Votes
    5 Posts
    700 Views
    yLotharY
    I've found this: [image: 1636060888534-strip_email.png] But I think that's correct this way, right?
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    7 Views
  • Update to v.1.18.5 don't work

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    FrankMF
    Tested it this morning with my second forum like this. ./nodebb upgrade Aborted with error. node_modules/ saved elsewhere. Then a npm install Then checked the version npm list sharp Was the right version. ~/nodebb_test$ npm list sharp [email protected] /home/user/nodebb_test └── [email protected] After that ./nodebb upgrade Ran through flawlessly. Then rebuild & restart. Oddly enough, I always have to run ./nodebb upgrade twice with this version until the forum works properly. But this should not be the problem here. Now I'm on version 1.18.5 - a stony way. Translated with www.DeepL.com/Translator (free version) @pitaj Thank you!