Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • invalid CSRF token during registration

    4
    1 Votes
    4 Posts
    535 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
    930 Views
    crazycellsC

    Link Preview Image email address requirement during registration ยท Issue #10173 ยท NodeBB/NodeBB

    If email address is required by ACP setting the label on registration should change to reflect that. https://community.nodebb.org/topic/16281/email-address-requirement-during-registration

    favicon

    GitHub (github.com)

  • 0 Votes
    12 Posts
    907 Views
    yLotharY

    Upgraded today to v. 1.19.0 and it works like a charm, renamed all numeric tags with "%" and good to gooooooo ๐Ÿ‘

    Schermata da 2022-01-15 12-51-32.png

  • Bug of "invite only"

    11
    0 Votes
    11 Posts
    998 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
    380 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

  • Error after uploader modal

    Moved Solved
    3
    1 Votes
    3 Posts
    358 Views
    barisB

    @Yehonatan-Albert thanks for reporting, this is now fixed.

  • Unable to connect

    6
    0 Votes
    6 Posts
    705 Views
    8shlomi8

    @pitaj I used ", I updated the config file ... and it still does not work, I spent a lot of hours on it, what else could be the problem ???

  • There is something strange here

    7
    1 Votes
    7 Posts
    568 Views
    kurulumu.NetK

    @baris Yeap. It's done now. Thank you. Downgrading npm i [email protected] and rebooting and then rebuilding worked. I've done it before but it didn't happen now. ๐Ÿ˜Š

  • internal error in v1.18.5

    4
    0 Votes
    4 Posts
    351 Views
    barisB

    Thanks for reporting fix in https://github.com/NodeBB/NodeBB/commit/8f08d9cac03abeb9958cda51e5df55593d4bedc6

  • Facebook authorisation on this forum

    2
    0 Votes
    2 Posts
    328 Views
    Evgeny KurtE

    I think it just problem this app, but it doesn't work:(

    facebook app error

  • 1.18.4 feedback

    2
    1 Votes
    2 Posts
    316 Views
    barisB

    Thanks for reporting, https://github.com/NodeBB/NodeBB/issues/9870

  • Unable to use google analytics plugin

    6
    0 Votes
    6 Posts
    565 Views
    julianJ

    @baris Thanks for the heads-up, v0.5.12 has been deprecated for the version mismatch issue, so v0.5.11 should be the recommended version

  • Groups - Category IDs to display posts from

    3
    0 Votes
    3 Posts
    501 Views
    JenklerJ

    Ahh, ok! Will check that out!

  • createTags broken in 1.18.x

    3
    0 Votes
    3 Posts
    382 Views
    JenklerJ

    Yes indeed, it works with addTags. I figured it out on my own but thanks for the reply @baris ๐Ÿ˜‰

  • Bug? HTTPS API prevents forum post saving

    Moved
    8
    0 Votes
    8 Posts
    844 Views
    barisB

    @NodeHam please try with https://github.com/NodeBB/NodeBB/commit/c354cde347f642dbc5ad5242d8fba3d73b10a9a1

  • 0 Votes
    2 Posts
    317 Views
    julianJ

    Hi @mark-coniglio -- it looks like you have some bad javascript added in the footer.tpl

    I see this error on cold load:

    Uncaught TypeError: signupButton is null prepareFooter https://community.troikatronix.com/topic/7494/keep-actors-values-in-and-out-synced-data-array/8:1922 EventListener.handleEvent* https://community.troikatronix.com/topic/7494/keep-actors-values-in-and-out-synced-data-array/8:1914

    Specifically, these lines added:

    const signupButton = document.querySelector("#logged-out-menu li:nth-child(1) span"); signupButton.innerHTML = "Register"; const loginButton = document.querySelector("#logged-out-menu li:nth-child(2) span"); loginButton.innerHTML = "Login to Forum";

    signupButton can be undefined if it does not exist in the DOM.

  • 0 Votes
    4 Posts
    362 Views
    PitaJP

    I said "a size limit" not "database size limit". Why is your html file so large? Can you try cutting it down to different sizes to find out what the limit is?

  • Nodebb benchmarking userslug api issues

    7
    0 Votes
    7 Posts
    688 Views
    vinuV

    @pitaj

    Environment setup details
    NodeBB => 12 Pods(each pod of 4GB RAM)
    MondeDB => 1pod(4 core machine)

    We are using NodeBB in "Sunbird platform". While we do benchmark of NodeBB API's, we have noticed this issue.

    Most of the {userslug} API's are not performaing well(throughput around 140) as metioned by @venkat123 in the above thread.

    /api/user/venkat123 /api/user/venkat123/upvoted /api/user/venkat123/downvoted

    Where as Category read API's are performing well. We are alble to get better through put around 1200.

    /api/category/:cid
  • CSS Chats problem With Black Themes

    5
    0 Votes
    5 Posts
    519 Views
    DownPWD

    Ok
    Resolved for me ๐Ÿ™‚

  • Long thread pagination issues

    6
    0 Votes
    6 Posts
    541 Views
    N

    @baris Fix it!!
    thanks!!!!!

    Regards