Closed Snuupy closed 2 months ago
All set in the recent commit. The old max length for the URLs was 100 now its set to the standard limit of 2,083 characters. There is also now better error handling for this and it will show up in the modal itself. In addition, long URLs will be truncated in the details view page so they do not look bad. Thanks for reporting this, enjoy!
Describe the bug
After creating an adventure, I'm trying to add a google maps link for my car drive routing to the link section. The link is very long, and I don't want to create a short link every time because I frequently add/update my route depending on changes. However, when putting this long link in the field and updating the adventure, I get an error. On shorter links it works fine. This is probably due to postgres type varchar instead of a string or whatever
To Reproduce Steps to reproduce the behavior:
Link
field in an adventureExpected behavior
it should accept links of arbitrary length
Screenshots
Docker Compose If the issue is related to deployment and docker, please post an obfuscated (remove secrets and confidential information) version of your compose file.
Additional context Add any other context about the problem here.