Bug Report
Environment: Chrome 122, Windows 11, Nuveki web app
Steps to Reproduce:
- Open any conversation
- Click the attachment button
- Select a file larger than 25MB (I tried a 30MB PDF and a 28MB CSV)
- Click upload
Expected: Either the file uploads successfully, or a clear error message says "File too large, max 25MB"
Actual:
- The progress bar appears and animates to ~60%
- It stalls there for about 30 seconds
- The progress bar disappears
- No error message, no notification, nothing in the conversation
- The file is not uploaded
Additional Context:
- Files under 20MB upload fine
- I suspect there's a server-side limit but the client doesn't surface the rejection
- Network tab shows a 413 response that the UI doesn't handle
Suggestion: Even if the size limit is intentional, the UX should surface it clearly — ideally before the upload starts (client-side size check) and definitely when the server rejects it.