Azure-Samples / Azure-Samples/java-migration-copilot-samples

Application timeout during file upload

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
25
Forks
164
PR merge metrics
No merged PRs in 30d

Description

Uploads larger than 100 MB fail with a timeout error instead of completing successfully.

**Steps to reproduce:**
1. Attempt to upload a file larger than 100 MB through the application.
2. The upload begins but does not complete.

**Expected behavior:**
Large file uploads (100 MB+) should complete successfully, or the application should handle them gracefully (e.g. via chunked/streaming upload) instead of timing out.

**Actual behavior:**
The application times out during the upload and the operation fails.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.