SEOTab
SEOTab copied to clipboard
Long URLs don't save correctly and break the overview page
The issue arises because when the URL is encoded, the string produces is more than 255 in length but the column in the database is a VARCHAR(255), meaning that the string is truncated. As a result of this, the encoded characters are split, which causes an unsupported character to appear at the end and break the encoder.
Please could I request that this database column be changed to accommodate more characters in the next update to fix this issue going forward?