Using Flowise with MYSQL only supports uploading very small files #2033
-
Hi,
It seems that Flowise is trying to save the flow (including the uploaded file to the mysql database to a field called flowData which is of type Text, and from what I've researched it allows a maximum of 64Kb) This is a major limitation, or I've done something wrong. Thank you very much!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @RicardoFernandez-UY , I faced a similar situation before. Sometimes, Flowise, may cause an error due to data being too long for the 'flowdata' column. In that case, users have to first connect to their MySQL database using CMD and GUI and then ALter the column length of 'flowdata' from 'text' to 'longtext'. This should fix the error. |
Beta Was this translation helpful? Give feedback.
-
we are working on this and have an active PR to address the issue of MYSQL column length. |
Beta Was this translation helpful? Give feedback.
Hi @RicardoFernandez-UY , I faced a similar situation before. Sometimes, Flowise, may cause an error due to data being too long for the 'flowdata' column. In that case, users have to first connect to their MySQL database using CMD and GUI and then ALter the column length of 'flowdata' from 'text' to 'longtext'. This should fix the error.