Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.4k Posts
  • Can't save email

    8
    0 Votes
    8 Posts
    596 Views
    X
    @baris Thank you, its xaponeis1
  • username length problems

    11
    0 Votes
    11 Posts
    1k Views
    barisB
    Open it on main nodebb repo, it probably effects all soo plugins including twitter facebook etc
  • Upload images attach Error

    6
    0 Votes
    6 Posts
    567 Views
    gotwfG
    @Akira Could be a variety of root causes. Broadly speaking, these break down to web/reverse proxy server and app server issues, e.g. Nginx and NodeBB, respectively. If possible you should endeavor to examine the logs from each. Have fun sleuthing!
  • Can't delete an Account (not content)

    3
    0 Votes
    3 Posts
    367 Views
    barisB
    That will remove most of the user data but you should also remove 4076 from some sorted sets like users:joindate users:reputation users:postcount https://github.com/NodeBB/NodeBB/blob/master/src/user/delete.js#L72-L84
  • Transifex link is broken

    3
    2 Votes
    3 Posts
    516 Views
    allanesquinaA
    @julian Yup, ninja style... silent and deadly!!
  • Potential Bug in Forum (Private) Messaging

    2
    1 Votes
    2 Posts
    461 Views
    julianJ
    @lavanyadeepak thanks for letting me know. Do you mind opening an issue on our github tracker? https://GitHub.com/NodeBB/NodeBB/issues/new
  • groupTitleArray

    2
    0 Votes
    2 Posts
    323 Views
    barisB
    @Andrea-0 https://community.nodebb.org/post/88482
  • about the recently online user list

    6
    1 Votes
    6 Posts
    2k Views
    crazycellsC
    @baris thanks a lot
  • eror after update to new version (1.19.2) in links with hebrow

    2
    1 Votes
    2 Posts
    493 Views
    א שא
    @AshiVered https://github.com/NodeBB/NodeBB/issues/10283
  • 0 Votes
    2 Posts
    424 Views
    julianJ
    @venkat123 You need to run ./nodebb upgrade to update the dependencies. If running that didn't change the mentions version, then something went wrong with the command, or perhaps the mentions plugin is a symlink (and thus does not get updated).
  • Header menu overlays content (here)

    1
    2 Votes
    1 Posts
    249 Views
    phenomlabP
    Not sure if anyone else has noticed this, but when using this site on mobile, the header often masks the top part of the screen making the first post unreadable. [image: 1644151075431-screenshot_20220206-123628.jpg] I've fixed this annoying bug (it's always been there but is now much worse with the NodeBB header that was added a while back) over at Sudonix.com by making the header fixed and allowing other sticky elements to float over the top using z-index so not an issue as such for me, but thought I'd report it here.
  • TypeError: Cannot read properties of undefined (reading 'length')

    9
    0 Votes
    9 Posts
    2k Views
    jinjun1994J
    @ahoh said in TypeError: Cannot read properties of undefined (reading 'length'): plugin nodebb-plugin-sso-beer-qq remove plugin nodebb-plugin-sso-beer-qq
  • Incongruent Post Counts

    5
    0 Votes
    5 Posts
    701 Views
    gotwfG
    @baris Ugh, duh! And coincidentally all the other users I checked were in the same boat. Thanks for the clue bat.
  • Image link error

    12
    0 Votes
    12 Posts
    1k Views
    A
    Finally, to make a summary, I met a strange problem when building nodebb: when I write a post, the uploaded pictures can be displayed normally, but the picture links cannot be displayed. The solution is to set "cross origin embed policy" to the state shown in the following figure: [image: 1643182324333-%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE-2022-01-26-153145.png] However, there is another strange problem. When you use "www.domain. Org" to access, you can display pictures normally, but when you use "domain. org", you still can't display pictures. You can configure nginx to make "domain. org" jump to "www.domain. Org" through 301。 Welcome to my station, ahoh.club,Thank nodebb, thank Mr. cat(baris).
  • subfolder /forum is doubled in some ACP URL

    2
    1 Votes
    2 Posts
    460 Views
    barisB
    @crazycells thanks for reporting https://github.com/NodeBB/NodeBB/issues/10197
  • invalid CSRF token during registration

    4
    1 Votes
    4 Posts
    717 Views
    barisB
    I suggest updating to 1.19.0 and applying this change as well https://github.com/NodeBB/NodeBB/commit/e9ee843b274b1e1f38b992650f3f74f940a20a49. After that users might have to clear their cookies and refresh their browsers. Let us know if they still experience csrf errors after those changes.
  • email address requirement during registration

    5
    1 Votes
    5 Posts
    1k Views
    crazycellsC
    https://github.com/NodeBB/NodeBB/issues/10173
  • TAGS: use of special character (like "%") and numbers

    12
    0 Votes
    12 Posts
    1k Views
    yLotharY
    Upgraded today to v. 1.19.0 and it works like a charm, renamed all numeric tags with "%" and good to gooooooo [image: 1642247510937-schermata-da-2022-01-15-12-51-32.png]
  • Bug of "invite only"

    11
    0 Votes
    11 Posts
    1k Views
    S
    @baris Hi Baris, thanks for your testing. I just checked it. For the register users, 0 or other numbers works. But for admin, only 0 works. If I set it as 1 or something else, the green invite button in the xxx.com/users disappears. It looks exactly as here: https://community.nodebb.org/topic/14603/invitation-register-bug-of-the-latest-nodebb But I checked the solution as posted here: https://github.com/NodeBB/NodeBB/commit/8f4b99a41c6496cbdaaf489f16ecbe261d6c4a79, the source code seems different.
  • Bug of " @" mention after upgrade (1.18.6) on chat and PM

    Solved
    3
    0 Votes
    3 Posts
    504 Views
    DownPWD
    I open commit on github here: https://github.com/NodeBB/NodeBB/issues/10115 Fixed here: https://community.nodebb.org/post/86534 https://github.com/NodeBB/NodeBB/commit/69a7634a78de51dfd50e72864fadf77a7b1ab46a