session store is unavaliable
See original GitHub issueWhat is this mean, i just copy your code and run it.
var session = require('koa-generic-session');
var redisStore = require('koa-redis');
var koa = require('koa');
var app = koa();
app.keys = ['keys', 'keykeys'];
app.use(session({
store: redisStore()
}));
...
Error: session store is unavaliable
at null._onTimeout (/Users/jiangxingshang/Documents/workspace/WebStorm/Shop/node_modules/koa-generic-session/lib/session.js:105:16)
at Timer.listOnTimeout (timers.js:110:15)
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
NodeJS / express / connect-redis: no error on redis being ...
i'm building a web application on NodeJS using express; the session store is a Redis instance which i talk to using connect-redis ....
Read more >Session storage disabled or unavailable!
We have an integration with Salesforce in JIRA and today keep seeing this warning message: " Session storage disabled or unavailable! Salesforce.
Read more >koa generic session store by memory, redis or others
MemoryStore.prototype; object koa-generic-session.store.prototype ... storeStatus = 'unavailable'; reject(new Error('session store is unavailable')); ...
Read more >Anyone experiencing session hosts becoming unavailable ...
Users get kicked out of their session and cannot reconnect. The user sessions are still marked as Active/Disconnected according to the Azure portal....
Read more >VisaPaymentSDKException: SDK session is unavailable.
... API of Visa SDK to store the ProvisionResponse from MAP, we are getting VisaPaymentSDKException - SDK Session is unavailable.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
did you start your redis server?
你好,我在使用过程中,报错: server error { TypeError: Cannot set property name of which has only a getter at defaultErrorHanlder