Closed kloyaa closed 2 months ago
Hi, thank you for reporting this issue, can you elaborate? where do you "upload" a file?
I got the same issue. When sending large files, the browser starts lagging, consumes a lot of RAM, and crashes.
File with 2.5MB in the example
Hi, you can set dataFormatter
to show only the data that you need to show on the board.
queueAdapter.setFormatter('data', (data) => redact(data));
Description
The dashboard experiences significant lag when submitting form data that includes an image file of approximately 3MB. This issue does not occur when the form data consists only of plain objects.
Steps to Reproduce
Expected Behavior
The dashboard should handle form submissions smoothly, regardless of whether the form data includes large files.
Actual Behavior
The dashboard becomes noticeably laggy and unresponsive during the submission process when a large image file (approximately 3MB) is included in the form data.
Analysis
Browser
Microsoft Edge