Skip to content

Bug Reports

Found a bug? Why not make a bug report here?
1.2k Topics 7.3k Posts
  • ACP bugs for subfolder (.../forum) NodeBB

    6
    0 Votes
    6 Posts
    1k Views
    dunlixD

    @macfan why? That’s not what this topic is trying to do.

  • 0 Votes
    2 Posts
    294 Views
    PitaJP

    Open an issue on GitHub please

  • version 1.17.1 Category there is no data

    3
    0 Votes
    3 Posts
    475 Views
    PitaJP

    Please try rebuild and restart

  • Bug in post order (v1.17.0)

    2
    0 Votes
    2 Posts
    353 Views
    AntosikA

    @spin0us, hi!
    Maybe the "Sort by votes" was activated in topics? 🤔

  • Issue with Session Sharing and NodeBB v1.17.0

    3
    0 Votes
    3 Posts
    460 Views
    patsanchP

    @baris Thanks! That seems to have fixed the issue.

  • SSO - Cancel registration

    1
    0 Votes
    1 Posts
    176 Views
    AntosikA

    Hi!

    Found a bug with SSO registration flow:

    Install and configure Google or Discord SSO plugin (or any other, maybe) Enable GDPR consent collection (ACP-> Settings -> Users) Logout after that and click "Register" Authorize with your provider You will see the registration "interstitials" Click "Cancel registration" Check the user list with your Admin account - You will see that account successfully created

    This behavior works only with SSO.

  • Bugs in Quill (NodeBB 1.16.2)

    7
    0 Votes
    7 Posts
    665 Views
    M

    @julian

    Can you offer any feedback to the post above from our tech person?

    Thanks in Advance,
    Mark

  • 1 Votes
    4 Posts
    426 Views
    venkATV

    @julian Now it is working fine

    Thank you for quick response

  • Saving of Badge Information not Possible

    7
    2 Votes
    7 Posts
    716 Views
    JürgenJ

    @dunlix

    Sorry, I simply forgot to post here (and furthermore did not send this post for another couple of days): I was aware that this issue was fixed, since my issue on github was closed as duplicate

  • 2 Votes
    4 Posts
    425 Views
    julianJ

    @jksh What a bug, thanks for reporting!

  • "Mark as read" doesn't work in Slick Theme

    6
    0 Votes
    6 Posts
    613 Views
    barisB

    Make sure persona theme and core is latest too.

  • 0 Votes
    1 Posts
    199 Views
    venkATV

    Here
    I am calling this api (topic details api)http://localhost:4567/api/topic/{topic_id}/{topic_slug}
    from my proxy and it will always increases the viewcount.

    Example:

    app.get('/check', (req,res)=> { const options = { url: 'http://localhost:4567/api/topic/11/testCount', method: 'GET', json: true }; request(options, (error, response, body) => { res.send(body) }) })

    this is my CUrl

    curl --location --request GET 'http://localhost:3002/check' \ --header 'Authorization: Bearer 5e8db636-89ec-41ea-9cf9-8309297f8ac4'

    How can I get the correct viewcount.?
    can anyone help on this?

  • 0 Votes
    2 Posts
    390 Views
    PitaJP

    Can you share a lot more detail? Request and response body and headers, endpoints, etc. If you can, share code.

  • Issues after upgrading to 1.16.2

    3
    0 Votes
    3 Posts
    372 Views
    D

    @pitaj I am using Persona

    I also noticed another weird behavior after upgrading, if I don't logout as Admin normally after some time it expires and takes you back to the login page. Now since 1.16.2, it seems that the Admin session will still expire, however the page does not change and take you back to login page, you can see all the Admin buttons at the top, and only once you click them does it take you back to the login page to login again.

  • 0 Votes
    7 Posts
    1k Views
    barisB

    I updated the quickstart repo to remove nprogress

  • 0 Votes
    2 Posts
    492 Views
    barisB

    Link Preview Image Upgrading NodeBB causes error on startup · Issue #9204 · NodeBB/NodeBB

    Ref to: error: Error: [[error:group-name-too-long]] on NodeBB Upgrade After upgrading NodeBB 1.13.x to 1.16.1 I received following error: → [2020/10/13] Create verified/unverified user groups...Error occurred 2021-01-16T13:12:18.178Z [45...

    favicon

    GitHub (github.com)

  • Forum-in-subdirectory regression testing?

    3
    2 Votes
    3 Posts
    500 Views
    D

    @julian Yeah, I might have somebody in mind.

  • 0 Votes
    4 Posts
    470 Views
    JürgenJ

    @baris said in recent, top, popular & unread do not respect read rights:

    Please provide reproduction steps. For example on this forum the Testing Ground category is not visible to guests. https://community.nodebb.org/category/4/testing-ground. So if you browse this forum as a guest it doesn't show up on /recent and it won't be visible in the category dropdown on that page either.

    Your quick reply (and example) made it easier for us to identify it as a layer 8 problem. Our subcategories did not have the expected rights. Sorry for raising this as a bug!

  • This topic is deleted!

    6
    0 Votes
    6 Posts
    31 Views
  • Error when generating a master token on 1.15.5

    8
    0 Votes
    8 Posts
    875 Views
    F

    @julian Seems to do the trick. Thanks for the pointer.

    For others if you are passing multiple tags through curl here is a working example.

    curl --location --request PUT 'https://forum.com/api/v3/topics/14/tags' --header 'Authorization: Bearer ffee84f8-2afd-4ab5-91d6-b57afa12a2025' --data-urlencode 'tags[]=visit' --data-urlencode 'tags[]=cambodia' --data-urlencode '_uid=1'