Automatically closed - issue fixed for 2 weeks with no activity.
If the referer value length is greater than 255 characters, The following error occurs
Drupal\Core\Entity\EntityStorageException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'referers_value' at row 1: INSERT INTO {broken_link__referers} (entity_id, revision_id, bundle, delta, langcode, referers_value)
I checked the base field definition of the referer field and the length in constraint is not working.
Fixed
3.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.