Skip to content

Application timeout during file upload #81

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions