Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.4k Posts
  • Have a bug report?

    Pinned Locked
    1
    4 Votes
    1 Posts
    4k Views
    P
    Please submit your issues here on our bug tracker on github. Thanks!
  • Spanish Translation not really translated

    3
    +0
    0 Votes
    3 Posts
    107 Views
    D
    @julian Happy new year! I was out for the holidays. I will double check other files. I saw a lot of those but it could be all on the same files. On a quick look I found also https://app.transifex.com/nodebb/nodebb/translate/#es/$/453829424 and https://app.transifex.com/nodebb/nodebb/translate/#es/$/453829416 and many others which are part of global, so I would guess this is everywhere and the Spanish translation % is not real. Maybe it would be easier to start fresh with a clean translation? Thanks!
  • Cant delete category v13.12.1

    8
    0 Votes
    8 Posts
    737 Views
    eeeeeE
    nothing happens on click
  • Moustache system variable bugs

    1
    0 Votes
    1 Posts
    208 Views
    Jessica BrownC
    Found a bug in the: {browserTitle} {function.buildMetaTag} They are not HTML rendering correctly. Its output is rendering: <title>Groups | JBrown&#x27;s Place</title> <meta name="viewport" content="width&#x3D;device-width, initial-scale&#x3D;1.0" /> <meta property="og:site_name" content="JBrown&#x27;s Place" /> <meta property="og:title" content="JBrown&#x27;s Place" /> Also why are there 2 \n or <br /> in the rendering. <title>Groups | JBrown&#x27;s Place</title> <meta name="viewport" content="width&#x3D;device-width, initial-scale&#x3D;1.0" /> <meta name="content-type" content="text/html; charset=UTF-8" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta property="og:site_name" content="JBrown&#x27;s Place" /> <meta name="msapplication-badge" content="frequency=30; polling-uri=https://jbrowns.com/sitemap.xml" /> <meta name="theme-color" content="#ffffff" /> <meta name="msapplication-square150x150logo" content="/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image" content="https://jbrowns.com/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image:url" content="https://jbrowns.com/assets/uploads/system/site-logo.jpeg" /> <meta property="og:image:width" content="512" /> <meta property="og:image:height" content="768" /> <meta property="og:title" content="JBrown&#x27;s Place" /> <meta property="og:url" content="https://jbrowns.com/groups" />
  • 1 Votes
    4 Posts
    387 Views
    PeterJonesP
    Thanks for the fast response!
  • Inconsistent Line Spacing Issue in Peace Theme

    10
    +0
    0 Votes
    10 Posts
    152 Views
    Jessica BrownC
    It seemed to work on mine: [image: 1733994812099-8416c85f-a14c-467e-8a83-746a76cae4c4-image.png] Did you make sure you enabled Custom CSS switch? [image: 1733994866043-7e13e08d-78ba-4761-9927-4ed3df4fbde6-image.png]
  • Popular is wrong and don't work!

    1
    +0
    0 Votes
    1 Posts
    53 Views
    D
    i'm using NodeBB v3.10.3. Popular work well when i start to use. In the one day, i don't know why Popular don't work although i try to click to topics for update topics views. Site don't show any data when i chose: day, week, month [image: 1733200643197-5161646d-203a-441a-b031-788314c75d08-image.png] When i chose: All time, site response data but it's not true by views. this is my congfig: { "url": "https://mywebsite", "secret": "{mykey}", "database": "mongo", "mongo": { "host": "{ip}", "port": "27017", "username": "nodebbv3", "password": "mypass", "database": "nodebbv3", "uri": "" }, "port": ["4567","4568","4569"], "bind_address": "0.0.0.0", "isCluster": "true", "redis": { "host": "127.0.0.1", "port": "6379", "password": "mypass", "database": "2" }, "upload_path":"/public/uploads", "session_store": { "name": "redis", "host":"127.0.0.1", "port":"6379", "password": "mypass", "database": "1", "tls": {} } }
  • User accounts are mixed up and seem shared between users

    16
    0 Votes
    16 Posts
    621 Views
    <baris>B
    @nono-lqdn The error message is showing you which key is causing the violation, in this case it is analytics:pageviews:byCid:32 you need to delete that and try the createIndex command again until you no longer get errors and the index is created successfully. Do this when the forum is not running so you don't get more invalid keys. > db.objects.createIndex({ _key: 1, value: -1 }, { background: true, unique: true, sparse: true }); { "ok" : 0, "errmsg" : "E11000 duplicate key error collection: fotepo.objects index: _key_1_value_-1 dup key: { _key: \"analytics:pageviews:byCid:32\", value: \"1726783200000\" }", "code" : 11000, "codeName" : "DuplicateKey", "keyPattern" : { "_key" : 1, "value" : -1 }, "keyValue" : { "_key" : "analytics:pageviews:byCid:32", "value" : "1726783200000" } }
  • Failed to lookup view! Did you run `./nodebb build`? 500 Error

    6
    +1
    0 Votes
    6 Posts
    283 Views
    julianJ
    @elkd Running ./nodebb build is an interactive command that outputs the build state in real-time. Can you paste the log output from running that command?
  • Bug - Notifications Count

    Solved
    6
    +1
    0 Votes
    6 Posts
    215 Views
    yasasY
    @baris Works! Also just noticed you'd pushed the fix as soon this was notified. Appreciate it!
  • socket io 403 forbidden coming after recent upgrade

    3
    +4
    0 Votes
    3 Posts
    226 Views
    ZCheng0813Z
    @faizanzahid Hello, I also encountered a similar problem, may I ask if the problem has been solved
  • v3.10.0 -> 3.10.1 upgrade error

    37
    0 Votes
    37 Posts
    2k Views
    bh4 techB
    @julian Then there is some big issue in my server. ekk.app is neither getting public posts nor DMs from this server. Please guide on how I can find the cause of the problem. Earlier had an issue with file uploads and thanks to guidance from @baris , I was able to solve the issue. Now, looking forward to you for help on this issue.
  • 1 Votes
    2 Posts
    112 Views
    julianJ
    Please see https://community.nodebb.org/topic/18343/v3.10.0-3.10.1-upgrade-error/28
  • send notification for groups

    5
    0 Votes
    5 Posts
    278 Views
    <baris>B
    Then change the 999 to -1 on this line https://github.com/julianlam/nodebb-plugin-mentions/blob/master/library.js#L252
  • The change mailbox feature doesn't work.

    4
    0 Votes
    4 Posts
    196 Views
    H
    @julian https://***.org/confirm/98f65230-0d29-4175-a596-fe9d17d I've also tested the status of this feature in my community, and it's also not working.
  • Plugin search not working properly in v4.0 beta

    10
    0 Votes
    10 Posts
    287 Views
    <baris>B
    https://github.com/NodeBB/NodeBB/commit/c4a60dbbcc75499492eb793d31e6364d60f150ee With this change, doing a search on the Find Plugins tab will show all matches, looks like all the plugins were already available in ajaxify.data.incompatible so it will search in that array too.
  • SSO plugins do not auto-verify emails in nodeBB. How to accomplish there.

    2
    0 Votes
    2 Posts
    196 Views
    <baris>B
    I think sso-facebook plugin has an option to auto confirm emails.
  • counter is not working correctly

    1
    +1
    0 Votes
    1 Posts
    200 Views
    cagatayC
    hi, ı do not have 2,2K users in my forum. [image: 1723609924473-9e8b5080-aa3e-45cc-a6c6-9dde72fea349-image.png] also user has 1.4K entries, it is not correct. [image: 1723610030366-aae7bc39-c796-4b14-bf04-b5c468b1ee98-image.png] those are bug or something done false my side?
  • no:+1

    10
    0 Votes
    10 Posts
    513 Views
    julianJ
    @xxx and do what exactly, automatically verify accounts? That would not be ideal I think.
  • Forum Google Indexing - Invalid Object Type

    Solved
    4
    +0
    0 Votes
    4 Posts
    352 Views
    yasasY
    Hi @baris Thanks for getting back to me. Running v3.6.3. Noted. Will update soon. Thanks!