Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Long URLs don't save correctly and break the overview page #186

Open
miramar-harvey-ball opened this issue Jul 15, 2019 · 0 comments
Open

Comments

@miramar-harvey-ball
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant