Flowise
Flowise copied to clipboard
[BUG] Undocumented document store name limitations
Using the name "State Environmental Planning Policy (Exempt and Complying Development Codes) 2008" for a document store caused errors like this one in my custom assistants:
Error: predictionsServices.buildChatflow - TypeError: Cannot read properties of null (reading 'name')
Renaming the document store to "SEPP 2008" fixed the problem.