You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: