Skip to content

Common Problems

chungchunwang edited this page May 12, 2023 · 1 revision

Common Problems

Error Message: Payload Too Large

If you are getting the Payload Too Large error message, this means that your max allowed packet size parameter for your DB is too low.

"All of the fields are bugged out."

You are probably using a SQL DB. Make sure to select Encoding Protection to circumvent Budibase Bug #8826.

"When I click on a file, it opens a new tab which is blocked."

Check the BlobURL option, which does not have this issue.

"data too long for column"

Make sure your text field can support very long values. In MySQL I recommend turning the datatype to LONGTEXT.

Versions

Note: If you are going back to use older versions, do not use versions 1.0.3 or 1.0.4. They have bugs.