-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect.session()의 leak memory 문제. #341
Comments
connect-mongo 라는 것으로 해결가능하다고 하나, 검토해보니 에러가 발생하고, 추가 수정이 필요해 보임. mongoose.connect(connectInfo);
app.use(session({
secret: 'WizardFactory',
store: new (require('connect-mongo')(session))({ mongooseConnection: mongoose.connection })
})); 아래와 같은 에러가 발생함.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NODE_ENV=production 으로 설정하고 실행하면 아래와 같은 에러 메세지가 나온다.
The text was updated successfully, but these errors were encountered: