microblog icon indicating copy to clipboard operation
microblog copied to clipboard

Mysql2::Error: Data too long for column 'output' at row 1

Open judan31 opened this issue 2 years ago • 2 comments

While sending mail from postal, I Continuously Got this error. How to fix This?

An internal error occurred while sending this message. This message will be retried automatically. If this persists, contact support for assistance.

Mysql2::Error: Data too long for column 'output' at row 1

judan31 avatar Aug 25 '21 21:08 judan31

This is a logic problem in your application, of which I know nothing about. The MySQL error indicates that you are writing content that is longer than the allocated size on this output column. This is something that you need to debug in your application.

miguelgrinberg avatar Aug 25 '21 21:08 miguelgrinberg

@judan31, a fix to this is to make your column field accept longer characters. Just increase the size of that field.

ondiekelijah avatar Aug 26 '21 05:08 ondiekelijah