You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the chat icon in the Flowise interface, the UI turns completely white, and I see an error in the browser console. The error appears to be related to a JavaScript issue where an undefined variable is used with the .map() method.
Error message:
TypeError: Cannot read properties of undefined (reading 'map')
at index-yUAPlL5n.js:71:6213
at zp (index-DhNPhyrc.js:62:24283)
at fl (index-DhNPhyrc.js:62:42409)
at index-DhNPhyrc.js:62:40726
at P (index-DhNPhyrc.js:47:1600)
at MessagePort.q (index-DhNPhyrc.js:47:1970)
The text was updated successfully, but these errors were encountered:
When I click on the chat icon in the Flowise interface, the UI turns completely white, and I see an error in the browser console. The error appears to be related to a JavaScript issue where an undefined variable is used with the .map() method.
Error message:
TypeError: Cannot read properties of undefined (reading 'map')
at index-yUAPlL5n.js:71:6213
at zp (index-DhNPhyrc.js:62:24283)
at fl (index-DhNPhyrc.js:62:42409)
at index-DhNPhyrc.js:62:40726
at P (index-DhNPhyrc.js:47:1600)
at MessagePort.q (index-DhNPhyrc.js:47:1970)
The text was updated successfully, but these errors were encountered: