Files
langflow/src/backend/tests
DevByteAI 387f5f997f fix: handle read-only filesystem when updating starter project files (#11145)
When running Langflow in containerized environments with
readOnlyRootFilesystem: true, the update_project_file() function would
fail when trying to write updated project data back to the package
installation directory.

This fix catches OSError and logs it as debug instead of failing, since
the database is the source of truth for project data - file updates are
optional convenience for development environments.

Fixes #11145
2026-04-09 12:32:50 -07:00
..