Describe the bug
When using Redis Backed Memory Store in a Conversational QA Retriever Chain I get the following error:
TypeError: Cannot read private member from an object whose class did not declare it
at __classPrivateFieldGet (/usr/local/lib/node_modules/flowise/node_modules/@redis/client/dist/lib/client/index.js:4:94)
at get isReady [as isReady] (/usr/local/lib/node_modules/flowise/node_modules/@redis/client/dist/lib/client/index.js:86:16)
at RedisChatMessageHistory.ensureReadiness (/usr/local/lib/node_modules/flowise/node_modules/langchain/dist/stores/message/redis.cjs:48:26)
at RedisChatMessageHistory.getMessages (/usr/local/lib/node_modules/flowise/node_modules/langchain/dist/stores/message/redis.cjs:54:20)
at BufferMemory.loadMemoryVariables (/usr/local/lib/node_modules/flowise/node_modules/langchain/dist/memory/buffer_memory.cjs:40:49)
at ConversationalRetrievalQAChain.call (/usr/local/lib/node_modules/flowise/node_modules/langchain/dist/chains/base.cjs:80:49)
at ConversationalRetrievalQAChain_Chains.run (/usr/local/lib/node_modules/flowise/node_modules/flowise-components/dist/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.js:161:37)
at App.processPrediction (/usr/local/lib/node_modules/flowise/dist/index.js:723:42)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /usr/local/lib/node_modules/flowise/dist/index.js:427:13
To Reproduce
Steps to reproduce the behavior:
- Go to Marketplace and choose "Conversational Retrieval QA Chain".
- Click on 'Use Template'
- Add a Redis Backed Chat Memory and plug it into the memory slot of the "Conversational Retrieval QA Chain" card.
- Configure the redis card to point to a valid Redis instance.
- Save
- Run chat as normal and you will see an error.
Expected behavior
Chat should function normally without error.
Screenshots

Setup
- Installation docker on Portainer instance
- Flowise Version 1.2.16
- OS: Linux
- Browser Brave
Describe the bug
When using Redis Backed Memory Store in a Conversational QA Retriever Chain I get the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Chat should function normally without error.
Screenshots

Setup