How can we achieve that with nodebb, where spiders have nodebb's default access but not the hidden files, which only verified users can access?
Git Pull Yesterday, Reinstalled Proper Themes, Can't sign in
-
This is happening on one of my test servers.
I can access the site with a cached connection, but the moment I sign out and attempt to sign back in we go through the cycle of button hitting doesn't take us anywhere. However, if I restart the site in dev mode, I can login fine - for a bit, before this issue presents itself.We're running 0.5.0 (post XSS-patch)
Lavender and Vanilla are on the proper @0.0 versions. -
I'll come back to this topic tomorrow or the weekend, and restore a snapshot to provide the info.
We pulled master, then hopped back.
I believe Lavender was 0.0.79 Vanilla was @0.0.137 - whichever versions you get by running
npm i [email protected]
-
Any reason I'm getting this on master?
npm ERR! peerinvalid The package nodebb-theme-vanilla does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.1.0 npm ERR! peerinvalid Peer [email protected] wants nodebb-theme-vanilla@~0.0.33 npm ERR! System Linux 3.13.0-24-generic npm ERR! command "/usr/bin/node" "/usr/bin/npm" "i" "[email protected]" npm ERR! cwd /home/a_5mith/35hz npm ERR! node -v v0.10.29 npm ERR! npm -v 1.4.14 npm ERR! code EPEERINVALID npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/a_5mith/35hz/npm-debug.log npm ERR! not ok code 0
-
I may be wrong, but it looks like maybe something is wrong with the package.json getting read. On the fifth line it shows "[email protected]"
Check the package.json and see if that's the case. Maybe something like "@0.x.x" or "@0.1.x" will fix it.