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
If a user attempts to enter feedback from a page where the url is longer than 255 characters the database insert will fail. We should either truncate long urls so they will fit or increase the size of the source_url column.
If a user attempts to enter feedback from a page where the url is longer than 255 characters the database insert will fail. We should either truncate long urls so they will fit or increase the size of the source_url column.