Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
login problem.

2.8 when login user using facebook, google and login form. need to reload apge to take effect, and see the user is logged in.
how to fix it?
0
Comments
Please see this discussion: https://open.vanillaforums.com/discussion/37034/signing-in-from-a-discussion-page-requires-reload-to-take-effect
You can follow the link at the end of that discussion and do those changes suggested there. Simplest approach would be to use the minified js of that PR: https://raw.githubusercontent.com/vanilla/vanilla/c1f592981d65baa2db7fb54e25a717ca23fd0b83/themes/keystone/js/custom.js
I'm also aiming to make a new release this evening with all of the cumulative fixes from the past couple of weeks.
updated all files from github , but the mobile facebook login not refreshing the page.
need to reload to access the forum.
Please advise
I'm seeing the same issue after updating to 2.8 from 2.6.4. Login from side panel works as expected, but top menu requires a refresh. Logout works fine.
Not using keystone, so fixing keystone/js/custom.js didn't help much.
After messing around with it for a while, I found that on my dev site any of the default themes work fine, but my custom one doesn't. However, once I add a {signin_link} or {signinout_link} in there (which is what I'm using on the main site), I can replicate the issue in any theme, so I'm guessing the update broke a couple of Smarty functions, neither of which is used in the new themes, as far as I can tell.
The new /applications/dashboard/design/style-compat.css messed with the custom theme as well, but that was pretty minor.
Tested a few other things:
Signing in from the actual page entry/signin works fine.
If I add a target (like
entry/signin?Target=discussions
orentry/signin?Target=categories
) to the {signinout_link} it works as expected.Some more testing. Edit window closed, so apologies for the spam:
All of the above is true on the front page of the forum (so,
categories/
in my case). I can add a target to the top menu link, and it will sign in and load the specified page. Side panel button works as it should.If I navigate away from the front page and do the same, neither the top menu nor the side panel button work without hitting refresh.
Any ideas?
You can take a look here:
I'd say you should look out for a JavaScript error in the console
I just see a couple of warnings for missing source maps, which I'm pretty sure are harmless according to this:
https://open.vanillaforums.com/discussion/37103/errors-in-map-installed-and-downloaded-the-script-today#latest
So what about social login?
how to fix it ? any suggestion?
thanks