nodebb install - Failed to serialize user into session
-
After I install the nodebb in windows 7.
When trying to login/register user, I got:Registration Error
Failed to serialize user into sessionI install the lastest MongoDB 3.0.3, is this mongo 3.0.x not supported by node-mongodb-native 2.0?
Any comments?Thanks.
-
nodejs version is v0.10.36.
Originally I use v 0.12.2, but always get compiled errors. Then finally I uninstall vs 2012 express, install vs2010, then move nodejs to 0.10.36.
The compiles comes through then only with some warnings.I did some search online, looks like this is error related to mongo node-mongodb-native 2.0 driver issues. I did some fixes, but looks like not working.
Maybe my mongoDB version 3.0.3 is not supported? Should I switch MongoDB to 2.8 or even 2.6?Anyone has similar experience?