Turns out I write long strava titles. The 100-character limit wasn't an issue with the development server because I was using a sqlite database, and SQLalchemy doesn't enforce the limit on those.
I'm thinking I could increase the character limit or just truncate the titles. In either case, it's definitely a blocking issue for saving my activities to the prod database.
Turns out I write long strava titles. The 100-character limit wasn't an issue with the development server because I was using a sqlite database, and SQLalchemy doesn't enforce the limit on those.
I'm thinking I could increase the character limit or just truncate the titles. In either case, it's definitely a blocking issue for saving my activities to the prod database.