FAQ | This is a LIVE service | Changelog

Skip to content

hack: limit length of text input

Dr Rich Wareham requested to merge github/fork/rjw57/hotfix-bad-request into master

The backend requires that text input be less than 255 characters but nothing on the frontend mandates this. As a hack, limit all text fields to 240 characters.

We need to revisit this later for a better solution.

This issue is being hit by users in the wild.

Merge request reports

Loading