I wanted to bring to your attention an issue I am encountering while working with Sim AI with ollama in the offline setup. The initial file upload(file upload nodeand summarization through the Agent node work correctly. However, when I attempt to process the same file a second time—whether using the same agent or a different one—I receive the following error:
ENOENT: no such file or directory
Error accessing file from cloud storage:
/uploads/workspace//-file.txt
)
This issue occurs only on subsequent attempts with the same file. The first run always succeeds, but the system is unable to locate the file afterward.
Could you please guide me on how to resolve this error or let me know if any additional configuration is required for offline file handling?