Actions
BUG #4306
open[SQA] API /input/v1.0.0/chunk-file-id: 500 Internal Server Error when uploading PDF
Start date:
03/09/2026
Due date:
% Done:
0%
Estimated time:
Description
Description¶
Module/Section: API → /input/v1.0.0/chunk-file-id
Profile: API
Issue Category: Functional
The endpoint consistently returns a 500 Internal Server Error when a PDF file is uploaded.
This indicates an unhandled server-side exception during the file upload process.
Steps to Reproduce¶
- Navigate to the website.
- Open the browser's DevTools and go to the Network tab.
- Attempt to upload any PDF file via the UI.
- Observe the server response.
Expected Result¶
The PDF file should be uploaded successfully without causing a server error.
If the upload fails due to file restrictions, the server should return a controlled error (e.g., 4xx) with a proper message.
Actual Result¶
The server returns a 500 Internal Server Error when uploading a PDF file.
Root Cause¶
Impacted Area¶
Attachments¶
No data to display
Actions