Skip to content
  • 0 Votes
    1 Posts
    51 Views
    serhatS

    11dad6df-40c2-48ce-8aa2-cf26919c7ab3-image.png

    I successfully installed NodeBB using docker-compose.

    Everything seems to be working as expected, but when the nodebb container starts up, NodeBB starts running. However, when I connect to bash and check its status using the CLI, it shows that NodeBB is not running, even though it actually is.

    When I try to stop it, I can't. And when I try to start it using the CLI, even though I initially installed it with MongoDB, it gives an error related to postgres.

    Note:
    Initially I've installed NodeBB with Postgres, then I removed the container and installed with Mongo.

    1c23091b-3ef0-46ac-96b5-6145ef19e65c-image.png

  • 0 Votes
    1 Posts
    73 Views
    nhl.plN

    Post Edit History for NodeBB 3.4.0 first post:
    https://community.nodebb.org/post/95808

    6 Sept 2023, 15:49 # 24 hours format in the post content 7 Sept 2023, 03:49 # am/pm format and wrong sorting on the revisions list

    Post Edit History for NodeBB 3.6.0 returned Error Failed to fetch but it was during rebuild or restart so not a real issue.

  • 0 Votes
    1 Posts
    111 Views
    eeeeeE

    I had this sometimes with v2, that some accounts would keep giving a warning that email wasnt validated
    Upgraded to v3 and it seems to be a bigger problem because you cant ever get past that message.
    For certain users the validation email never arrives to inbox or spam box.
    Todays example was with a gmail account, is that a known problem?

    Probably not related but theres a long list of errors in error log, here are first few, what might have caused this?
    /v1/timelines/public 890
    /v1/instance/peers 711
    /.well-known/host-meta 682
    /.well-known/webfinger 674
    /users/.well-known/webfinger 672
    /users/.well-known/host-meta 672
    /v1/instance 624
    /static/terms-of-service.html 376
    /wp-login.php 345
    /.env 316
    /ads.txt 261
    ....

  • Can't change profile pics

    Bug Reports
    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.

  • 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.

  • SSO - Cancel registration

    Bug Reports
    1
    0 Votes
    1 Posts
    184 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.

  • 0 Votes
    1 Posts
    203 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
    1 Posts
    192 Views
    GwenG

    I can not show a PNG animation with APNG format.

    After upload the internal data of file is stripped and that breaks animation.

  • Bug of quick reply?

    Unsolved Bug Reports
    1
    0 Votes
    1 Posts
    198 Views
    S

    For admin, we can drag that button:
    捕获.JPG

    For regular users, it disappears and the panel shape is fixed:
    捕获2.JPG

  • 0 Votes
    1 Posts
    185 Views
    F

    I'm not sure if it is a bug or improvement. The Topic/Posts queries and views are highly optimized to show massive amount of data, however the categories views are lacking in this area. We have a movies discussion forum where we create a category for every celebrity and artist whom users want to discuss. After a certain number these pages become incredibly slow to load.

    As seen here https://discussimdb.com/category/4/celebrities

    Do you guys have any tips on how this can be improved?

    @Staff

  • invisible status does not work

    Bug Reports
    1
    0 Votes
    1 Posts
    176 Views
    crazycellsC

    Although I set status "invisible", even when I enter forum incognito (as a guest) I can see my name and avatar on "Online Users" Box...

    The same is correct for other invisible users, what I see as admin is the same as what I see as a guest....

    But, when I click on avatar, it shows me as "offline" although avatar can be seen in "Online Users" Box...

  • Please help me.

    Bug Reports
    1
    0 Votes
    1 Posts
    114 Views
    阿任

    c5051a5c-997f-4fae-9531-10e03fabf1fe-image.png
    It's my admin dashboard.
    config.json:

    { "url": "https://forum.amsserver.xyz", "secret": "<hidden>", "database": "mongo", "port": 4567, "mongo": { "host": "127.0.0.1", "port": "27017", "username": "admin", "password": "<hidden>", "database": "admin" } }

    I tried ./nodebb build now run in dev mode.

  • 0 Votes
    1 Posts
    186 Views
    I

    1.13.x branch. The cover uses .jpg, but avatar uses .jpeg. I think both should be valid.

  • Default themes update broken

    Bug Reports
    1
    0 Votes
    1 Posts
    264 Views
    Z

    Hello,
    I've noticed that, we can not update the default themes from the ACP.
    for example theme persona's latest version is 10.1.16
    but on the ACP it shows Installed 9.1.38 | Latest 9.1.38 also for theme Lavender and Slick.

    I managed to install theme persona v10.1.16 but It's broken.

    Thank you!

  • 0 Votes
    1 Posts
    293 Views
    S

    I have a redactor composer plugin on my forum and it looks great and works perfectly when replying or in chat but when I try to actually make a new thread/post I get the error "Category does not exist".

    I'm an absolute normie with coding or any of this stuff and I'm doing my best to troubleshoot setting this thing up. Any help would be greatly appreciated.

    This is the plugin
    https://github.com/NodeBB-Community/nodebb-plugin-composer-redactor#readme

    This is the tutorial I used to install nodebb initially
    https://www.youtube.com/watch?v=3uWEumDKoDw&t=4s

    Additionally I can't seem to get any other composer to work properly. Even the default composer plugins. Usually they will only work to post text alone but not even the preview function works. I'd love to have a redactor composer but at this point I'd probably take any basic composer if it would work.

    Thanks for any help in advance!

  • Color bugs in Dark Mode

    Moved Bug Reports
    1
    0 Votes
    1 Posts
    317 Views
    0xA4B160

    Hello All,

    I use the nodebb-plugin-night-mode to switch off the light but noticed that with the Cerulean Skin many buttons show with a glowing white background color which of course is not compatible with a dark mode theme (mod).

    Dark.png

    It works just fine with Cosmos and some others skins I tested. It is possible to get that fixed with Cerulean ? I think that skin just looks best on NodeBB.

    Thanks ! 😊

  • Zen mode issues

    Bug Reports
    1
    0 Votes
    1 Posts
    321 Views
    greenmoonG

    We're encountering a couple of issues with zen mode on our platform that I could reproduce with community.nodebb.org as well:

    Since latest Chrome update (Version 71.0.3578.98 (Official Build) (64-bit) and above)
    Zen mode button doesn't work anymore.
    It's working with Edge, Safari and Firefox though.
    Can you fix it or does Chromium/Chrome need to do it?

    When zen mode is activated then:

    clicking emoji button doesn't produce anything it's not possible to submit a topic or a post in zen mode
  • 0 Votes
    1 Posts
    268 Views
    DadBeefD

    NodeBB Version:
    1.10.2.
    (I have no more developer information about the used NodeBB as i am not a administrator)

    Exact steps to cause this issue:

    Open a existent thread Go with Tab key to 'Topic Tools' button Hit Cursor-Down Sub-menu opens Hit Cursor-Down Cursor stucks in item 'Lock Topic', next item in sub-menu is not selected

    What you expected:
    I expected to reach all menu items in sub-menu with Cursor-Down key as in other buttons sub-menues

    What happened instead:
    Cursor stucks in first item of sub-menu and next items can not be selected

    Additional:
    Submenu items reachable by mouse
    Keyboard access is needed for accessibility

    Link Preview Image Sub-menu items of 'Topic Tools' not reachable by keyboard · Issue #7100 · NodeBB/NodeBB

    NodeBB version: 1.10.2. (I have no more developer information about the used NodeBB as i am not a administrator) Exact steps to cause this issue: Open a existent thread Go with Tab key to 'Topic Tools' button Hit Cursor-Down Sub-menu ope...

    favicon

    GitHub (github.com)

    A webdev in our company said:

    This is because NodeBB uses a hidden class to hide the opposite value (lock/unlock) so focus is lost when going over the hidden element.
    .
    This could be fixed by using a hidden attribute on the <li> element but the toggleClass code is in NodeBB core not the theme code.

    There is a need to fix this because accessibility by keyboard is important for some disabled or without-mouse users.

  • 0 Votes
    1 Posts
    267 Views
    F

    2cc60382-a8e6-4314-99d7-2f8c6cb2678e-image.png

    Our forum is randomly throwing this error in case of heavy traffic and when we try to login or visit topic pages. when i open the site in chrome incognito, it works. but not in normal tab.

  • 0 Votes
    1 Posts
    182 Views
    ZebloteZ

    See this image

    Screenshot_20181206-051435.jpg