Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k 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!
  • Failed to lookup view! Did you run `./nodebb build`? 500 Error

    3
    0 Votes
    3 Posts
    30 Views
    julianJ
    @vipul-handa check for server side logs emitted when you visit the site and get the 500.
  • SSO plugins do not auto-verify emails in nodeBB. How to accomplish there.

    2
    0 Votes
    2 Posts
    67 Views
    barisB
    I think sso-facebook plugin has an option to auto confirm emails.
  • counter is not working correctly

    1
    0 Votes
    1 Posts
    56 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
    269 Views
    julianJ
    @xxx and do what exactly, automatically verify accounts? That would not be ideal I think.
  • Forum Google Indexing - Invalid Object Type

    Solved
    3
    0 Votes
    3 Posts
    146 Views
    yasasY
    Hi @baris Thanks for getting back to me. Running v3.6.3. Noted. Will update soon. Thanks!
  • 1 Votes
    2 Posts
    195 Views
    macfanM
    Same thing here. After initial installation with docker compose, I had to remove it, annd than just reinstall using same method. Now it works as well showing correctly in cli
  • forum is not behaving normal on firefox

    Solved
    4
    0 Votes
    4 Posts
    264 Views
    crazycellsC
    @julian said in forum is not behaving normal on firefox: You likely have some cached client-side files on Firefox. Please clear the browser cache and try again. yeap, apparently this was the problem. Thanks
  • Editing regression

    4
    0 Votes
    4 Posts
    182 Views
    julianJ
    Yes, this is a bug in the v4 code. Will fix soon.
  • Topic fusion on mobile

    2
    0 Votes
    2 Posts
    120 Views
    barisB
    Created an issue https://github.com/NodeBB/NodeBB/issues/12474
  • Can't upload bmp images on Firefox but I can with Chrome

    4
    0 Votes
    4 Posts
    162 Views
    FutureF
    If it helps I can upload the original uncompressed image so someone could look at both. Although, since I could repo on our instance of nodebb over at plutonium with both the compressed and uncompressed image, the bug seems to be caused by something unrelated to the compression itself
  • 1 Votes
    6 Posts
    261 Views
    FutureF
    Thank you, it's always a pleasure to report bugs on this community since they get addressed incredibly fast. Cheers
  • 2 Votes
    4 Posts
    176 Views
    crazycellsC
    @solmak Thank you for spending time on this, that was fast! he is quite speedy @baris is known to create a new plugin in 3 minutes of it being discussed in the forum... lol https://github.com/NodeBB/nodebb-plugin-best-posts/issues/2
  • Harmony theme mobile menubar is glitchy

    Unsolved
    15
    1 Votes
    15 Posts
    839 Views
    crazycellsC
    @baris yes, I am using ios, but cannot test the same thing on android right now... and it is the same for firefox and safari...
  • any succesful session_store redis examples?

    6
    0 Votes
    6 Posts
    357 Views
    barisB
    Yeah that should work, options object is spread into the redis constructor.
  • Upgrade to v3.6.7, admin.min.js 404

    3
    0 Votes
    3 Posts
    194 Views
    o              oO
    It was showing successful builds in the pretty-printed list (sorry, I lost the screen), then I believe this is the minification step, the webpack step, was failing based on not finding different node_modules, which turned out to be child modules like highlight.js, which are included by other packages. The child modules are apparently implicitly required and then included in client scripts. pnpm, which I'm using, nests its modules by default, as in: node_modules/parent_module/node_module/child_module so all of the child modules need to be hoisted by putting this in .npmrc node-linker=hoisted so now the node_modules tree is node_modules/parent_module node_module/child_module Why this wasn't triggered before, I have no idea. My last question now is how can I ensure that the build exits with a failure code in any cases like this? This may have all been designed with prioritizing getting the server back up, but this is not ideal behavior for builds like docker, where it only replaces the running instance when the new instance builds correctly. I'm probably going to put in something terrible like this into Dockerfile, but this is pretty hacky: RUN for file in admin.min.js etc etc; do \ if [ ! -f "$file" ]; then \ echo "$file not found!" && exit 1; \ fi; \ done
  • Chat scrollig is broken in Harmony default theme

    Moved
    8
    0 Votes
    8 Posts
    365 Views
    T
    @baris said in Chat scrollig is broken in Harmony default theme: Hey @Twissell I've realized this happens when you add a global sidebar widget. I've created an issue for it https://github.com/NodeBB/NodeBB/issues/12375 it will be fixed in our next release. Thanks for reporting. Pleasure is mine! Thanks for your time, I appreciate your help.
  • ACP Pluging upgrade and uninstall not work!

    6
    0 Votes
    6 Posts
    417 Views
    julianJ
    @B-738 You'd have to take a look at the logs and find out. Could be the process got interrupted early but you'd have to look into the reason why.
  • Threads are accessible to guests although guests have no permissions

    Solved
    3
    0 Votes
    3 Posts
    206 Views
    F
    The problem is solved. It was a configuration/user error from my side. I added a category later on and did not remove the guest-privileges from this category. And coincidentally this was the category, I experienced the reported behaviour with. After fixing the permissions, all is fine now. Thread may be marked solved/deleted.
  • Error resetting password

    10
    0 Votes
    10 Posts
    695 Views
    barisB
    Doesn't have to be the below worked fine for me. [image: 1705781832550-c82d59fa-18ca-41b3-9ecd-f4cfc64f8332-image.png]