Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • css problem for avatars?

    18
    1 Votes
    18 Posts
    1k Views
    crazycellsC

    @baris thanks a lot.

  • 0 Votes
    2 Posts
    131 Views
    R

    I just noticed that typing in a username only produces results if no filters are applied. As an example, if I filter on 'Online Users', there are no results returned for any of the users even if I type in one of the users displayed. Is this intentional? If so, the search input should probably be disabled when a filter is active.

  • Emojis totaly disappear after upgrading

    6
    0 Votes
    6 Posts
    389 Views
    barisB

    Those are just warnings you can ignore those.

  • Can't change profile pics

    1
    0 Votes
    1 Posts
    139 Views
    X

    Can't change profile pictures when trying to update with "Upload new picture form URL". Some pictures works others don't.

    You can reproduce in this same forum with this pic: "https://cf.geekdo-static.com/avatars/avatar_id169592.jpg"

    No error is logged, just a blank form:

    508e55c6-2cda-40ec-8f9b-a9fb54cc8214-image.png

    If I use the option "Upload new picture" with the same picture than it works.

  • Error fetching styles.css from nodebb-plugin-emoji

    Solved
    5
    0 Votes
    5 Posts
    391 Views
    X

    @PitaJ Yes, I am using http://localhost:4567 to access the forum. It seems I got it wrong how URL variable works. And as I am using the default port everything work it when I changed my config and mislead me to believe that was something wrong with the plugin.
    Thank you!

  • Can't save email

    8
    0 Votes
    8 Posts
    409 Views
    X

    @baris Thank you, its xaponeis1

  • username length problems

    11
    0 Votes
    11 Posts
    986 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
    454 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
    271 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

    Link Preview Image NodeBB/src/user/delete.js at master · NodeBB/NodeBB

    Node.js based forum software built for the modern web - NodeBB/src/user/delete.js at master · NodeBB/NodeBB

    favicon

    GitHub (github.com)

  • Transifex link is broken

    3
    2 Votes
    3 Posts
    367 Views
    allanesquinaA

    @julian Yup, ninja style... silent and deadly!! 🤕

  • Potential Bug in Forum (Private) Messaging

    2
    1 Votes
    2 Posts
    338 Views
    julianJ

    @lavanyadeepak thanks for letting me know. Do you mind opening an issue on our github tracker?

    Link Preview Image Build software better, together

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.

    favicon

    GitHub (github.com)

  • groupTitleArray

    2
    0 Votes
    2 Posts
    244 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 🙏

  • 1 Votes
    2 Posts
    406 Views
    א שא

    @AshiVered https://github.com/NodeBB/NodeBB/issues/10283

  • 0 Votes
    2 Posts
    336 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
    199 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.

    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.

  • 0 Votes
    9 Posts
    1k 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
    525 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:
    屏幕截图 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
    375 Views
    barisB

    @crazycells thanks for reporting https://github.com/NodeBB/NodeBB/issues/10197