@arnaudw I suspect that there was an issue with the proxy messing with how nodebb was interpreting session ids, but I wouldn't know how to be more specific.
sivy
Posts
-
Cannot Login to nodebb: "Welcome back guest" -
Cannot Login to nodebb: "Welcome back guest"mod feel free to close
-
Cannot Login to nodebb: "Welcome back guest"@arnaudw IT WORKED
Thank you so much. Still figuring things out with nginx, and I don't know that I ever would have figured this out.
-
Cannot Login to nodebb: "Welcome back guest"@arnaudw said in Cannot Login to nodebb: "Welcome back guest":
proxy_set_header X-Forwarded-Proto https;
Oh wow I did recently update my nginx config to SSL, I didn't even think to research this. Will try it out!
-
Cannot Login to nodebb: "Welcome back guest"@pitaj I ran
./nodebb reset -a
and./nodebb build
, and still no change. I did copy the redis db and /public folder before upgrading earlier, so perhaps I'm in for a re-install. Wish I knew what was going on. -
Cannot Login to nodebb: "Welcome back guest"@pitaj Thanks, I ran
reset -p
and thenbuild
. No change... -
Cannot Login to nodebb: "Welcome back guest"@pitaj Right now I can't, as I cannot login to the forum in any browser I have. is there a CLI-way to do it?
-
Cannot Login to nodebb: "Welcome back guest"@pitaj Hi, yes, I've tried a private window - no difference. I also did multiple stop/rebuild/start cycles as well.
-
Cannot Login to nodebb: "Welcome back guest"I'm running nodebb on Centos8 on a linode.
- NodeBB 1.16.2
- Node v10.21.0
- Redis server v=5.0.3
Recently I upgraded nodebb (I believe to 1.16.1), and lost the ability to log into the forum with Firefox (difficult for the admin). I go to the login form, enter the credentials, click submit, and the forum reloads with
/?loggedin=true
, and I get a notification:Obviously I was not logged in as myself. I cleared all cookies, tried multiple times, and could not login. I also had reports of the same behavior from other Firefox users. At some point I saw a message in the log when running
./nodebb dev
about a session not matching but I can't reproduce it now.I could still use Chrome for some reason, so I've been using that to try and debug. Then today I saw that 1.16.2 had been released so I upgraded, hoping that something might be fixed. After upgrading to 1.16.2, I am now unable to login with Chrome - nor Safari - either.
So I'm locked out of the forum, and I cannot figure out what's going on. The only error I've seen in the browser console is a few of these:
GET wss://<site>/socket.io/?EIO=4&transport=websocket&sid=R4V1asZABCvMb9lAAAC
with a 400 response.I'm stumped and frustrated. Any debugging/fixing tips?
--Steve
-
Missing translations, v 1.16.1@julian I was using the "rebuild and restart" command in the Admin, but running
nodebb build
from the CLI finally worked. -
Missing translations, v 1.16.1@pitaj
nodedb start
right now. I'm considering making a systemd service but haven't gotten there yet. -
Missing translations, v 1.16.1@pitaj Here's the log, but apparently after running
build
from the command line the languages were built properly and the site is now working. The several times before I had used the "rebuild and restart" button in the admin. Don't know if there's a difference.Thanks for the help.
2021-01-15T20:13:09.975Z [4567/304163] - info: [build] Building in series mode 2021-01-15T20:13:09.977Z [4567/304163] - info: [build] plugin static dirs build started 2021-01-15T20:13:09.989Z [4567/304163] - info: [build] plugin static dirs build completed in 0.012sec 2021-01-15T20:13:09.989Z [4567/304163] - info: [build] requirejs modules build started 2021-01-15T20:13:38.901Z [4567/304163] - info: [build] requirejs modules build completed in 28.857sec 2021-01-15T20:13:38.934Z [4567/304163] - info: [build] client js bundle build started 2021-01-15T20:14:30.464Z [4567/304163] - info: [build] client js bundle build completed in 51.53sec 2021-01-15T20:14:30.464Z [4567/304163] - info: [build] admin js bundle build started 2021-01-15T20:14:33.176Z [4567/304163] - info: [build] admin js bundle build completed in 2.712sec 2021-01-15T20:14:33.176Z [4567/304163] - info: [build] client side styles build started 2021-01-15T20:14:40.048Z [4567/304163] - info: [build] client side styles build completed in 6.871sec 2021-01-15T20:14:40.048Z [4567/304163] - info: [build] admin control panel styles build started 2021-01-15T20:14:45.028Z [4567/304163] - info: [build] admin control panel styles build completed in 4.98sec 2021-01-15T20:14:45.029Z [4567/304163] - info: [build] templates build started 2021-01-15T20:14:45.581Z [4567/304163] - info: [build] templates build completed in 0.553sec 2021-01-15T20:14:45.581Z [4567/304163] - info: [build] languages build started 2021-01-15T20:14:50.655Z [4567/304163] - info: [build] languages build completed in 5.074sec 2021-01-15T20:14:50.663Z [4567/304163] - info: [build] Asset compilation successful. Completed in 100.679sec.
-
Missing translations, v 1.16.1Re: console: Missing translation
I just did a full rebuild on my site, and similar to this previous topic, lost the language setting for my Admin user. I'm currently on:
- Centos8
- node v10.21.0
- nodebb 1.16.1 w/ redis backend
Latest activity:
- Installed and activated
nodebb-plugin-category-notifications
- Performed rebuild
- Installed and activated
nodebb-plugin-question-and-answer
- Performed rebuild
- Noticed the broken site and deactivated both plugins
- Performed rebuild
Nothing has fixed it yet. I checked the logs and saw the messages like:
Missing translation "admin/extend/plugins:trending" for language "en-GB"
After searching and discovering the previous topic I went to my user settings and there are literally no languages listed, so I can't reset the language.
Any help appreciated.