-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Description
π Bug Report: File Upload Logs "Success" But No Actual Upload or Parsing
Description
Clicking the Upload button opens Chrome's file picker. After selecting a file (e.g., ABC.pdf
), logs show a successful upload, but the system does not actually upload or parse the file.
β Expected Behavior
- The selected file is uploaded and parsed.
- Success is logged only if the action truly succeeds.
β Actual Behavior
Agent logs show:
π Result: I have successfully uploaded the file "./tests/data/ABC.pdf" in the Proforma Invoice section.
β
Task completed
β
Successfully
But the file is not processed. Errors:
π Errors (if any):
[
'File path D:\\SSCL-ML\\PROJECTs\\CUAs\\web-ui\\tests\\data\\ABC.pdf is not available',
'File path ./tests/data/ABC.pdf is not available',
None
]
π Steps to Reproduce
- Click "Upload"
- Select a file (e.g.,
ABC.pdf
) - Observe logs vs. actual system behavior
Metadata
Metadata
Assignees
Labels
No labels