Admin Panel Broken

Technical Support

Suggested Topics


  • 2.x Upgrade results in broken ACP

    Unsolved Technical Support
    10
    0 Votes
    10 Posts
    322 Views

    @adamxp12 The emoji issue there is an open PR for https://github.com/NodeBB/nodebb-plugin-emoji/pull/56

    The webpack entry point warning is just a warning, it can be safely ignored.

    The content jumping is a side effect of the fact that we have a top nav. We need to support custom headers if present. There are some things we can do to reduce it.

  • 0 Votes
    10 Posts
    432 Views

    @qwerty yes, after running ./nodebb stop, NodeBB should not be running.

    What did you try? Does it work when running with ./nodebb dev?

  • Set language in admin

    Technical Support
    5
    0 Votes
    5 Posts
    2k Views

    @agusputra That happens because of some language keys are used in the ACP, nothing to worry about, we can replace them with the hardcoded english ones until the ACP is fully translated.

  • 0 Votes
    2 Posts
    1k Views

    Hmm, that sounds like a bug, you shouldn't be able to create two users with the same name.

    When you delete the account, it removes it's entry in the 'userslug:uid' set which that route uses to lookup your profile info, as well as a bunch of other sets. But it doesn't delete your user object at 'user:{uid}' (because your other account has a different uid). You would have to re-add your username to the sets it's removed from in user.delete. I'm unfortunately not sure the exact command you would have to use in mongod though. 😞 You should be able to find your original users uid in /api/users though. 🐦 Renaming the account from the acp may also work.

  • 0 Votes
    2 Posts
    959 Views

    I think you're right when you say probably not many people use it. Best bet - submit an issue to them and ask why it doesn't work, if they can give us a clue as to what we should do I'll be more than happy to give it a shot.

    Just FYI, I don't do anything magically special on the new ACP. Went for a very clean and basic look so its unfortunate it doesn't work on this browser.