Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • Email confirmed message not showing site name.

    2
    1 Votes
    2 Posts
    1k Views
    A

    @dylenbrivera Not so much a bug as a language error

    Paging someone like @baris

    NodeBB used as "Back to Home" link

    I think any current instance of "NodeBB" in language files should read from Site Title.

  • Topic move bug and new topic in mobile Nexus5

    1
    0 Votes
    1 Posts
    1k Views
    L

    I move topic from category A to B successful, but it still show in A at website homepage.

    another bug:

    I can't focus on write teaxarea when create a new topic. I use chrome on Nexus5.
    but safari on iphone works good.

  • 404 on Read More click from home page

    3
    0 Votes
    3 Posts
    1k Views
    nikN

    Seems to happen more often after a restart, after the first 404s it will eventually start pulling posts properly then at some point the connection will go stale and it'll 404 again. It's pretty consistent for me. About to try it out on the latest pull. Nothing in the logs/dev mode. Just 404s in the console.

  • [Solved] Removing the only admin

    6
    1 Votes
    6 Posts
    2k Views
    barisB

    I added some checks so you can't remove yourself or the last admin. https://github.com/NodeBB/NodeBB/commit/07275b5fc42956f68c18895af963ea1b477d6708

  • Mobile Bug

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    @zenkamal @a_5mith This sounds like it's due the new way we store post bookmarks.

    Basically:

    Before, we stored the pid (e.g. 2341) Now, we store the post index (e.g. 5) The bookmark only updates if the current post # is > than the bookmarked post # Unfortunately, 5 will never be greater than 2341, so the bookmark never goes away.

    The old bookmark is basically trying to load the 2341th post in the topic, which doesn't exist. You can clear the bookmark by clicking the "x" at the top right of the notification alert, then that topic should be fixed.

  • 0 Votes
    2 Posts
    1k Views
    A

    @marcos2 gh#1684

  • view count bug

    4
    0 Votes
    4 Posts
    2k Views
    S

    @psychobunny Good to know, i was getting happy when i had threads with 800 views and then i noticed this bug heh

  • Welcome to NodeBB Wrapping - ACP Theme

    1
    0 Votes
    1 Posts
    679 Views
    D

    This is not a bug that affects production, however I've noticed on several machines that when the boxes in the "Welcome to NodeBB" box wrap, they slightly overlap. Does this happen to anyone else?bug.png

  • [Solved] Schema out of date

    2
    0 Votes
    2 Posts
    2k Views
    D

    nodebb upgrade has fixed my problem. 馃槃

  • 0 Votes
    8 Posts
    6k Views
    julianJ

    @anooxy said:

    @psychobunny I got no users now, did they rename the dump.rdb?

    Possibly, yes. The new redis config might have changed the database file from "dump.rdb" to "redis.rdb". Go into /var/lib/redis and save a backup copy of dump.rdb, it's probably the bigger one (since the other one is empty).

    Then turn off redis: sudo stop redis-server

    Then check /etc/redis/redis.conf for the dbfilename option, and check that it is set to dump.rdb.

    Start redis: sudo start redis-server

  • Can't edit nodebb-plugin-emailer-local settings

    21
    0 Votes
    21 Posts
    7k Views
    P

    Merged. I don't know why I didn't notice the notification for this. Thanks!

  • Windows 8.1 Plugin screws up install

    7
    0 Votes
    7 Posts
    2k Views
    julianJ

    @psychobunny Thanks man 馃槑

  • Categories

    8
    0 Votes
    8 Posts
    2k Views
    barisB

    Cool let us know if you run into other issues.

  • 2 Bugs

    3
    0 Votes
    3 Posts
    1k Views
    meetdilipM

    I guess widgets will get better in 0.5x :dream:

  • 0.4.3 problems getting tags working

    8
    0 Votes
    8 Posts
    3k Views
    P

    Leave your feedback here, and we'll address it 馃檪

    Link Preview Image [composer] tags placeholder should include instructions 路 Issue #1618 路 NodeBB/NodeBB

    Maybe: Separate tags with commas How does other software message this to users? (Too lazy to do research right now) Original thread: https://community.nodebb.org/topic/1634/0-4-3-problems-getting-tags-working#12225

    favicon

    GitHub (github.com)

  • Facebook Canvas Errors

    3
    0 Votes
    3 Posts
    1k Views
    P

    If you're not keen on modifying core, this will be resolved here:

    Link Preview Image Ability to toggle NodeBB's X-Frame-Options 路 Issue #1616 路 NodeBB/NodeBB

    So if you decide to embed NodeBB in Facebook for example, all you have to do is check this off in the ACP. Relevant code: https://github.com/NodeBB/NodeBB/blob/master/src/middleware/index.js#L204 Original thread: https://community.nodebb...

    favicon

    GitHub (github.com)

    EDIT: Maybe we should embed our community on Facebook as a page, just for fun 馃槈

  • 0 Votes
    8 Posts
    3k Views
    P

    Glad you figured out your issue! Will be fixed here:

    Link Preview Image Upgrade script should also npm i nodebb-widget-essentials 路 Issue #1615 路 NodeBB/NodeBB

    favicon

    GitHub (github.com)

  • unread one click marks all as read

    11
    0 Votes
    11 Posts
    3k Views
    frissdiegurkeF

    @julian said:

    Haha @frissdiegurke I thought you browse NodeBB by keyboard... then this bug doesn't occur right? 馃槢

    mostly, but sometimes I'm to lazy to grab up the keyboard, the mouse is so much easier to reach (I commonly write with the keyboard on my legs)...
    btw you remind me that I still need to upgrade the shortcuts therefor I can browse the tags ^^

  • Android quirks

    6
    0 Votes
    6 Posts
    3k Views
    ?

    @a_5mith

    Damn you Discourse and your venture capital funding!!

  • 0 Votes
    7 Posts
    2k Views
    julianJ

    Yeah we definitely have form validation in place... Sounds like a regression