Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] Cannot read properties of undefined (reading 'text')

Open robertofabrizi opened this issue 1 year ago • 3 comments

Describe the bug When I use MultiRetrieval Q&A Chain I get this error:

2024-02-08 16:25:58 [ERROR]: [server]: Error: Cannot read properties of undefined (reading 'text')
TypeError: Cannot read properties of undefined (reading 'text')
    at App.buildChatflow (/usr/local/lib/node_modules/flowise/dist/index.js:1557:24)
    at async /usr/local/lib/node_modules/flowise/dist/index.js:1057:13

To Reproduce I created a MultiRetrieval Q&A Chain from the marketplace, deleted two out of three databases to start small, filled every credentials in, asked a question, it worked, asked another, it broke with this error.

Expected behavior To keep working :-)

Screenshots Screenshot 2024-02-08 172853

Setup

  • Docker
  • Flowise Version 1.5.0
  • OS: Linux
  • Browser: Chrome

robertofabrizi avatar Feb 08 '24 16:02 robertofabrizi

I've tried on 1.5.0 seems to work fine: image

HenryHengZJ avatar Feb 11 '24 03:02 HenryHengZJ

It bugs sometimes, I haven't been able to reproduce it in a deterministic way, as you can see it bugged at the second question there, sometimes at the first, sometimes the fourth

robertofabrizi avatar Feb 13 '24 08:02 robertofabrizi

me too

rutther avatar Feb 18 '24 13:02 rutther