• 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

Nodebb forum loaded without styles after fresh installation

Scheduled Pinned Locked Moved General Discussion
5 Posts 3 Posters 5.2k 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.
  • O Offline
    O Offline
    Ondrej Tokár
    wrote on last edited by Ondrej Tokár
    #1

    I've been playing around trying to set up the NodeBB forum on my Windows 2012 server with IIS using reverse proxy to point my subdomain forum.maguss.org to 127.0.0.1:4567.

    It seems to be working, but when I visit the page (feel free to try it too, it's public) I can see a page kind of without styles. But when I open debugger, I can see styles were loaded, so it may not be what I think it is.

    This is what I see when I visit forum.maguss.org: enter image description here
    alt text
    And this is what I see when I visit 127.0.0.1:4567 enter image description here
    alt text
    My config.json for NodeBB:

    {
        "url": "http://forum.maguss.org:4567",
        "secret": "xxxx-uybjn-fooo-b942-xxxxxxx",
        "database": "mongo",
        "port": 4567,
        "mongo": {
            "host": "127.0.0.1",
            "port": "27017",
            "database": "nodebb"
        }
    }
    

    Plus I have bindings set up to point to my standard website from domain: forum.maguss.org, but then it's forwarded. I am not sure if this is relevant, but if I remove bindings it gives me 404 not found.

    EDIT:

    The issue was in the IIS setup of the reverse proxy.

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Ondrej Tokár on last edited by
    #2

    @Ondrej-Tokár it's working for me.

    O 1 Reply Last reply
    0
  • phitP Offline
    phitP Offline
    phit
    wrote on last edited by
    #3

    "url": "http://forum.maguss.org:4567",

    replace that with
    "url": "http://forum.maguss.org",

    O 1 Reply Last reply
    1
  • O Offline
    O Offline
    Ondrej Tokár
    replied to PitaJ on last edited by Ondrej Tokár
    #4
    This post is deleted!
    1 Reply Last reply
    0
  • O Offline
    O Offline
    Ondrej Tokár
    replied to phit on last edited by
    #5
    This post is deleted!
    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