On the File Upload Example, when I tried to upload a file bigger than 4MB (the limit set in the backend) no error appeared on the frontend and the browser console looks like this
The backend code implies that it will send an error message back to the user but for some reason the sse format is wrong based on the error message above.
That example might be ina bad state, thanks for bringing it up. I did put severe limits on the upload to stop bad actors but the UI should reflect that. Thank you for letting me know!
On the File Upload Example, when I tried to upload a file bigger than 4MB (the limit set in the backend) no error appeared on the frontend and the browser console looks like this
The backend code implies that it will send an error message back to the user but for some reason the sse format is wrong based on the error message above.