Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved error message for server-side file validation errors #4374

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

dsamojlenko
Copy link
Member

@dsamojlenko dsamojlenko commented Oct 8, 2024

Summary | Résumé

Partial fix for #4362
Adds an improved error message for server-side file validation errors.
The problem with this solution is that it just throws a generic error at the top of the form with no link/association to the input that caused the problem, as a normal validation error would do.
A future PR should attempt to address this shortfall.

BEGIN_COMMIT_OVERRIDE
fix: Adds improved server-side error handling for files.
END_COMMIT_OVERRIDE

Copy link
Contributor

github-actions bot commented Oct 8, 2024

@timarney timarney merged commit 89a1039 into develop Oct 9, 2024
13 checks passed
@timarney timarney deleted the fix/improved_error_for_file_validation branch October 9, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants