-
Notifications
You must be signed in to change notification settings - Fork 13
Common Problems
chungchunwang edited this page May 12, 2023
·
1 revision
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.
You are probably using a SQL DB. Make sure to select Encoding Protection to circumvent Budibase Bug #8826.
Check the BlobURL option, which does not have this issue.
Make sure your text field can support very long values. In MySQL I recommend turning the datatype to LONGTEXT.
Note: If you are going back to use older versions, do not use versions 1.0.3 or 1.0.4. They have bugs.