Hi,
The VPS is running Ubuntu 18.04. It's hosted with Digital Ocean.
I've installed NodeBB numerous times and I've never had this happen before.
Here is what I'm seeing,

When I reload the page with F5 I see this,

I only see the first image when I navigate NodeBB with the navbar. I check the page source and there seems to be empty style tags when I've navigated to the page via the navbar.
Here's my configuration (I haven't set the site up with a reverse-proxy yet, I'll do this once I fix the issue),
{
"url": "http://####",
"secret": "#",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "#",
"database": "0"
},
"port": "4567"
}
I've already checked the connection to redis. That's working. I'm running NodeBB on an unprivileged user. If you have any ideas to what's going on please let me know. I even tried a different version of NodeBB, no luck.