It seems to be similar (at least to me) to the issue below.
My sequence of events is like:-
- I press Submit to upload one hundred tiny files.
- phx-submit event is triggered
- Liveview upload starts working on preparing all the files for submission
- handle_event() that is suppose to handle the submit event timed-out since Liveview upload is taking longer than usual to prepare the 100 tiny files I selected
- Page refreshes since the event timed out
plausible?






















