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

Long user-inputted strings can cause silent error, resulting in data loss. #10

Open
jeffreydivi opened this issue Aug 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jeffreydivi
Copy link
Member

If the size of a payload reaches the DynamoDB maximum size restriction, there is no frontend notification of such a failure. This should be checked for before navigating to another page on the frontend and/or truncated on the backend to an acceptable character limit.

@jeffreydivi jeffreydivi added the bug Something isn't working label Aug 20, 2023
@Helithumper
Copy link
Contributor

"The maximum size of a DynamoDB item is 400KB"

What are we uploading that's >400KB?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants