• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Themes not showing, admin side

Scheduled Pinned Locked Moved Technical Support
10 Posts 3 Posters 481 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #1

    I installed some themes and they appear by plugins, but when i go to themes, they don't show up, instead it says checking for installed themes,
    Any ideas?

    1 Reply Last reply
    0
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #2

    i am having this problem all over,
    when i go to /manage/categories
    it says 1.png
    and it never connects

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    That message usually means there was a crash and nodebb is restarting. Check your nodebb logs for any crashes and resolve those.

    1 Reply Last reply
    1
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #4

    ha ha looks like i have the common
    Looks like your connection to NodeBB was lost, please wait while we try to reconnect.
    okay whats now?

    PitaJP 1 Reply Last reply
    0
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #5

    tried changing the config file to this, didn't help

    {
        "url": "http://something.com:4567",
        "secret": "xxxxxxxxxxxxxxxxxxxxx",
        "database": "mongo",
        "mongo": {
            "host": "127.0.0.1",
            "port": "27017",
            "username": "",
            "password": "",
            "database": "nodebb",
            "uri": ""
        },
        "port": "4567"
    }
    
    1 Reply Last reply
    1
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #6

    nginx config

    server {
        listen 80;
    
        server_name whatever.com;
    
        location / {
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header Host $http_host;
            proxy_set_header X-NginX-Proxy true;
    
            proxy_pass http://127.0.0.1:4567;
            proxy_redirect off;
    
            # Socket.IO Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
        }
    }
    
    
    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to qwerty on last edited by
    #7

    @qwerty

    [FAQ] Websockets not working due to misconfigured origins

    This FAQ is applicable for the following situations: You're receiving the following error in the Javascript console: WebSocket connection to 'wss:///socket...

    favicon

    NodeBB Community (community.nodebb.org)

    1 Reply Last reply
    1
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by qwerty
    #8

    Not helping, anything else to try?
    Btw when you write nodebb stop is the actual forum supposed to be down? Because by me i can still access it?

    PitaJP 1 Reply Last reply
    0
  • Q Offline
    Q Offline
    qwerty
    wrote on last edited by
    #9

    Anyone ?

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to qwerty on last edited by
    #10

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

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

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development