osm-teams icon indicating copy to clipboard operation
osm-teams copied to clipboard

Silent error - Team description character limit

Open LanesGood opened this issue 5 years ago • 2 comments

I am able to update the team title and hashtag, but updates to the team description are not saved.

LanesGood avatar Aug 24 '19 03:08 LanesGood

Update: there seems to be either a character limit, or a request issue. The update sometimes works, and more frequently for smaller amounts of text.

LanesGood avatar Aug 27 '19 15:08 LanesGood

Hitting the character limit results in the following silent error:

hydra_1  | time="2020-04-02T13:41:22Z" level=info msg="started handling request" method=POST remote="172.19.0.3:33920" request=/oauth2/introspect
hydra_1  | time="2020-04-02T13:41:22Z" level=info msg="completed handling request" measure#hydra/admin: http://localhost:4444/.latency=3730300 method=POST remote="172.19.0.3:33920" request=/oauth2/introspect status=200 text_status=OK took=3.7303ms
teams_1  | { error: value too long for type character varying(255)

With no indication on the frontend, users are not aware of the error nor the reason for the lack of submit progress.

LanesGood avatar Apr 02 '20 13:04 LanesGood