You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the feed creation form allows the Description field to be of any length. However, using a description longer than 255 characters, for instance the description from the original News feed, causes error 500 when saving. I'm personally in favor of changing the DB column to text type and setting the limit to a more generous length, instead of just limiting the form field to 255 characters, but there may be consequences that haven't crossed my mind 😅
The text was updated successfully, but these errors were encountered:
Currently, the feed creation form allows the Description field to be of any length. However, using a description longer than 255 characters, for instance the description from the original News feed, causes error 500 when saving. I'm personally in favor of changing the DB column to
text
type and setting the limit to a more generous length, instead of just limiting the form field to 255 characters, but there may be consequences that haven't crossed my mind 😅The text was updated successfully, but these errors were encountered: