File upload failing #6038
Replies: 1 comment
-
Hey @babasahebpinjar! I'm here to help you with any bugs, questions, or contributions you have for langflow. Let's get this sorted out! I found a similar unsolved discussion titled Can't run langflow [1]. However, it might not directly address your issue with file uploads. Regarding your file upload error, "File or directory not found," this could be related to how Langflow constructs and manages file paths. Langflow stores uploaded files in a cache directory, and the file path is constructed using a hash of the file content as the file name [2]. Ensure that the directory Additionally, check if the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
I have installed langflow locally and running it via make backend and make frontend.
I created a new vector rag flow and when I am trying to upload a file, I am getting file upload error
Error Building Component
Error building Component File: File or directory not found: ~/.langflow/e1540ece-e56d-482b-9c73-cb26ecff29db/2025-01-31_02-38-09_test.pdf
Beta Was this translation helpful? Give feedback.
All reactions