Apr 29 07:35:46 ip-172-31-30-212.us-east-2.compute.internal keystone[1640]: memory, and will not scale past a single process.
Apr 29 07:35:46 ip-172-31-30-212.us-east-2.compute.internal keystone[1640]: designed for a production environment, as it will leak
Apr 29 07:35:46 ip-172-31-30-212.us-east-2.compute.internal keystone[1640]: Warning: connect.session() MemoryStore is not
| Software | Version
| ---------------- | -------
| Keystone | 4.0.0-beta.8
| Node | v8.11.1
that can be avoided by configuring in session store in keystone.js like so:
keystone.set('session store', 'mongo')
you need to install it first:
npm install connect-mongo
@htor's solution is correct, I'm going to close this as answered.
Most helpful comment
that can be avoided by configuring in
session storeinkeystone.jslike so:you need to install it first: