Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

8 Topics 64 Posts
  • Did 4.4.1 break federation with Lemmy groups?

    18
    0 Votes
    18 Posts
    1 Views
    julian@community.nodebb.orgJ
    With the Lemmy developers' help, we figured it out! It was NodeBB's spam protection mechanism. One of our configurable options is to limit the number of upvotes one can make per day. Someone (or someones) on Lemmy communities was sending lots of upvotes and running into this limitation when those activities were propagated to NodeBB. NodeBB dutifully noted this and sent back an HTTP 500. Lemmy dutifully noted this and retried sending the activity using an exponential backoff algorithm Eventually enough 500s were recorded that Lemmy decided that our server needed a time-out of sorts I updated the code to handle this case better, and now the activities are coming in at full speed. It'll take awhile to get back up to sync though
  • Upgrade failed - site offline :-(

    5
    0 Votes
    5 Posts
    0 Views
    julian@community.nodebb.orgJ
    phenomlab ah good to hear, thanks, and sorry about that! We're not quite sure what happened with the eslint update that caused existing installs to complain so loudly.
  • SSO plugin choice

    9
    0 Votes
    9 Posts
    0 Views
    julian@community.nodebb.orgJ
    Rp1 that's a use case I am unfamiliar with. Unfortunately at this time I don't think session sharing plugin is able to utilise that cookie. It's an interesting idea though! It'd basically replace the need for the session sharing plugin!
  • SSO / Login with MediaWiki

    9
    0 Votes
    9 Posts
    0 Views
    julian@community.nodebb.orgJ
    ScrapBlox hi, sorry about the delay. Sometimes it's hard to think of what to debug next. Can you screen shot the settings on both sides? Feel free to blur out the client id and secret
  • CORS issue on federated Thumbnails

    5
    1
    1 Votes
    5 Posts
    15 Views
    deadsuperheroD
    Okay, so disabling HSTS and flushing my browser cache again brought remote images back. It's obvious that I need to crack into the ideal way to configure these things for the Fediverse, might have to replicate how some of my other Fediverse platforms are set up on the Nginx side.
  • Went and Broke Federation. Kinda.

    10
    0 Votes
    10 Posts
    0 Views
    julian@community.nodebb.orgJ
    Kichae re: > so giving registered-users privilege back to -1 worked? can you let me know if the registered-users bug is still occurring? I am wondering if I patched it in the course of regular development.
  • Mutiple Sections

    2
    0 Votes
    2 Posts
    0 Views
    julian@community.nodebb.orgJ
    M1hono you can create a new category and check the box to treat it as a section.
  • Login Request always forbidden.

    6
    0 Votes
    6 Posts
    0 Views
    julian@community.nodebb.orgJ
    M1hono also check that cookieDomain is not set to anything in ACP Can you share your nginx config?