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