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!

  • Harmony theme mobile menubar is glitchy

    Unsolved
    15
    1 Votes
    15 Posts
    325 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
    67 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
    62 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
  • 0 Votes
    8 Posts
    120 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
    145 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.

  • 0 Votes
    3 Posts
    96 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
    280 Views
    barisB

    Doesn't have to be the below worked fine for me.

    image.png

  • Human friendly date format for last edited

    2
    0 Votes
    2 Posts
    107 Views
    barisB

    Link Preview Image humanreadable last edited timestring · Issue #12247 · NodeBB/NodeBB

    from https://community.nodebb.org/topic/17719/human-friendly-date-format-for-last-edited

    favicon

    GitHub (github.com)

  • Lack of formatting for "moved_your_post"

    3
    2 Votes
    3 Posts
    120 Views
    barisB

    This fix is released as part of 3.6.1 🎊

  • Post Edit History revision sorting

    1
    0 Votes
    1 Posts
    59 Views
    nhl.plN

    Post Edit History for NodeBB 3.4.0 first post:
    https://community.nodebb.org/post/95808

    6 Sept 2023, 15:49 # 24 hours format in the post content 7 Sept 2023, 03:49 # am/pm format and wrong sorting on the revisions list

    Post Edit History for NodeBB 3.6.0 returned Error Failed to fetch but it was during rebuild or restart so not a real issue.

  • backslash with square bracket oddities

    5
    1 Votes
    5 Posts
    190 Views
    PeterJonesP

    table

    backslash count raw in backticks raw in backticks 0 ] ] [ [ 1 ] \] [ \[ 2 \] \\] \[ \\[ 3 \] \\\] \[ \\\[ 4 \\] \\\\] \\[ \\\\[

    text block

    0 | ] | [ 1 | \] | \[ 2 | \\] | \\[ 3 | \\\] | \\\[ 4 | \\\\] | \\\\[

    ... It looked good when I posted the first time; I am now editing it.

    ... and even after editing, it looks good.

    Yes, it appears the fix works.

  • Unable to upload images/files

    Solved
    4
    0 Votes
    4 Posts
    161 Views
    S

    @baris, nevermind, I just had to restart the app on Cloudron, not sure why.

  • Mark as Read Bug

    2
    2 Votes
    2 Posts
    114 Views
    barisB

    @q16marvin thanks for reporting, I've filed an issue https://github.com/NodeBB/NodeBB/issues/12035

  • Don't have upload image button in user account

    3
    0 Votes
    3 Posts
    163 Views
    H

    Thank you.

  • 1 Votes
    4 Posts
    187 Views
    Gliding9426G

    I confirm that I am not able to reproduce the issue anymore, thanks.

  • 3.0.0 Bug Report Thread

    414
    2 Votes
    414 Posts
    161k Views
    barisB

    @brazzerstop https://github.com/NodeBB/NodeBB/issues/11902

  • plugin question and awnser

    2
    0 Votes
    2 Posts
    165 Views
    barisB

    What is your nodebb and plugin version?

  • Chat Room NodeBB3.2.2

    16
    0 Votes
    16 Posts
    652 Views
    barisB

    We update it manually sometimes a few times a day.

  • nodeBB3.2.0创建令牌无效

    3
    0 Votes
    3 Posts
    208 Views
    P

    Let's put it this way, how do I solve the problem of getting Forbidden in the NodeBB Write API(3.0.0) documentation for creating a token interface call