-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link tracking function is trimming long urls to 255 char #668
Comments
I think we can consider this a bug. there are many cases that urls are longer than 255 characters. |
Yes it most certainly is but the only way to fix it is to make the database modifications I have mentioned. |
I was unable to fix it locally. Not a Rails literate here. I ran into gem install issues and eventually gave up after days of debugging. can someone please make a pull request for this bug? |
As I said, the problem is in the database so you'll need to use MySQL tools to make the fix for now. |
I've found a fix but it needs to be merged and run manually at the minute |
we have long urls which contains token key for download. when I click on the url it redirects to the original one which is trimmed to 255 characters.
The text was updated successfully, but these errors were encountered: