I noticed a recommendation of running ./nodebb build which performed successfully. I then attempted to run setup again & now get error message
ReplyError: CROSSSLOT Keys in request don't hash to the same slot
at parseError
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.
Are there any errors or warnings in the browser console when you encounter the issue?
@J4ckk3 Hey! This is happening to me too, this error that you describe is happening totally the same as me. Knowing this, I think it is a general failure of NodeBB.
exactly the same thing happens to me
NodeBB version: Latest - Recently cloned repository (1.13.2) Database type: mongo Database version: Latest Exact steps to cause this issue: If I'm not logged in: browsing the different pages, they are shown with broken styles after this ...
GitHub (github.com)
@baris The exact same thing happens to me, in the public part of the forum, even if I am logged in ...
When I enter the admin control panel, no error arises
NodeBB version: Latest - Recently cloned repository (1.13.2) Database type: mongo Database version: Latest Exact steps to cause this issue: If I'm not logged in: browsing the different pages, they are shown with broken styles after this ...
GitHub (github.com)
on the cell phone the problem is not displayed
Use npm i [email protected]
until the issue is fixed in jquery. Issue for tracking https://github.com/jquery/jquery/issues/4665