-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This error is happend
const cacheCollectionSQLiteStore = cacheManager.caching({
store: sqliteStore,
options: {
serializer: 'json',
ttl: ONE_MINUTE * 60
}
});
async function getCollectionsInfoFromCache() {
const cacheStore = await cacheCollectionStore;
// Launch error
const dataCache = await cacheStore.get('foo');
}
Error image
Node 16.x
Strapi v4
iamveekthorr
Metadata
Metadata
Assignees
Labels
No labels