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.
  • install error, centered on share module

    7
    0 Votes
    7 Posts
    1k Views
    M
    @PitaJ Thanks. I was seeing the same "Error: Cannot find module '@babel/runtime/core-js/object/create'" issue and deleting my node_modules directory and then running npm install ./nodebb setup solved the problem for me.
  • 0 Votes
    6 Posts
    2k Views
    N
    Solved! Soo, there appeared to be two errors. One with the nginx config which I solved in the past ( a / typo behind the proxy_pass ) for anyone having this same issue make sure you double check the nginx rules for a typo. Secondly a npm rebuild fixed all the issues. Thanks for the help guys!
  • Installing NodeBB in a subfolder of another site

    34
    0 Votes
    34 Posts
    22k Views
    teotikalkiT
    @Violing I was able to make it work with /forum; no ^~ required. Given what @yariplus stated this seems relevant. My conf: location /forum/ { proxy_pass http://172.17.2.3:4567; proxy_redirect off; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-NginX-Proxy true; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } Indented lines are ones that I copied from my other blocks that weren't present in the suggested.
  • youtube video not playing on latest version 1.11.1

    2
    0 Votes
    2 Posts
    420 Views
    NodeMonsterN
    What do you mean? It's working fine for me on 1.11.1
  • URL Problem after Log In (Double Url)

    6
    0 Votes
    6 Posts
    853 Views
    rikiR
    I have the same issue, I cleared the cache and tried with several web browsers but the same thing happen.
  • Stripe.com tracker on admin panel ?

    3
    0 Votes
    3 Posts
    470 Views
    The WormsT
    thanks for reponse I identify the ns-embed plugins @nicolas ??
  • Forum not starting

    3
    0 Votes
    3 Posts
    668 Views
    Y
    Fixed, the problem was on the nginx side;
  • Chat notification: action:notification.pushed not triggered

    1
    0 Votes
    1 Posts
    246 Views
    J
    Hi Devs, I understand that chat notification occur when the target user is not directly focused on the chat itself. I further understand that the notification will also be delayed by about a minute just in case more messages come in. However, in the latest version, it seems that when chat is sent, the target user will not get notified within 1 minute (pending the above). Actually, action:notification.pushed is triggered after few minutes, if at all. Anything I am doing wrong? Thanks! JJ.
  • Need to login every time on mobile

    3
    0 Votes
    3 Posts
    463 Views
    tarvos21T
    @PitaJ What kind of reverse proxy configuration issue may it be? I've tried to change some nginx configuration lines, but withou result. Oh I forget, I have used certbot to install SSL for my NodeBB forum, it changes some configuration in the nginx file. I do it according to this: https://medium.com/@hariomvashisth/free-https-within-5-minutes-5b67479849fa https://www.digitalocean.com/community/tutorials/how-to-set-up-let-s-encrypt-with-nginx-server-blocks-on-ubuntu-16-04 I notice that on the mobile safari browser, after click the 'go' button, the url seems to stop for 1 or 2 times, maybe caused by http/https transformation. But not very clear, any idea? Thanks!
  • NodeBB stopped working after 'build' issued

    4
    0 Votes
    4 Posts
    904 Views
    PitaJP
    If you reinstall a broken plugin it will continue to break your forum.
  • Account hacked on my forum and top poster deleted ... what can I do ?

    7
    0 Votes
    7 Posts
    1k Views
    ffmadF
    @FrankM said in Account hacked on my forum and top poster deleted ... what can I do ?: And use Two-Factor Authentication (2FA) . Great Idea
  • crash Upgrading from 1.10 to 1.11

    5
    0 Votes
    5 Posts
    639 Views
    mangoM
    @baris OK,thx
  • failing on 1.10 to 1.11 on rebuilding assets

    Solved
    2
    0 Votes
    2 Posts
    429 Views
    am1cableA
    solution - i hadn't removed my custom theme properly. you need to reset to the default theme, remove the link, and use npm rm to completely remove your theme so it doesn't check for it. i'm not sure why my calendar plugin broke as well, or why the bootswatch theme i was using as a base has stopped working either. but the build itself is working.
  • Can i change the way to display new or last topic preview text?

    1
    0 Votes
    1 Posts
    306 Views
    C
    Are exist config for that or this is hardcore ? [image: CU3afhr.png]
  • Happy new year

    1
    2 Votes
    1 Posts
    314 Views
    J
    Dear Devs, Thank you very much for your continued support and for the ever evolving NodeBB forum. Warmest thoughts and best wishes for a wonderful holiday and a very happy new year. Wishing you the gifts of the season — Peace, Hope and Happiness. JJ.
  • Redactor crashes NodeBB

    11
    0 Votes
    11 Posts
    2k Views
    J
    Hi @baris Your latest code fixes the issue at hand. Thank you so much! JJ.
  • Composer-Defaults fails with latest master

    4
    0 Votes
    4 Posts
    535 Views
    J
    Anyone ending here, the issue was observed by @baris and being discussed in this post: https://community.nodebb.org/topic/13492/redactor-crashes-nodebb
  • Amazon S3 configuration + more questions

    10
    0 Votes
    10 Posts
    990 Views
    G
    For who else might be interested on adding custom registration fiedls, I found a plugin which seems to be this: https://github.com/btw6391/nodebb-plugin-custom-registration-fields
  • 0 Votes
    4 Posts
    789 Views
    J
    For anyone ending in this thread - this issue was fixed by @julian in version 2.5.
  • Styling bug?

    2
    0 Votes
    2 Posts
    332 Views
    mschwartzM
    My report isn't 100% correct. When resizing the browser smaller, the top bar does become 2x taller, but the title and breadcrumb are rendered beneath properly. So it's only a normal (not full screen) kind of browser window with a long site title that exhibits the problem.