Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composio does not run with default config #38

Open
jbmolle opened this issue Feb 24, 2025 · 0 comments
Open

Composio does not run with default config #38

jbmolle opened this issue Feb 24, 2025 · 0 comments

Comments

@jbmolle
Copy link

jbmolle commented Feb 24, 2025

When running a flow with Composio, I get the following error:
[Errno 30] Read-only file system: '.composio.lock'

It's because Composio tries to write .composio.lock under /app but in securityContext we have readOnlyRootFilesystem: true which disables writing under /app if no volume is created.

If I modify the securityContext with readOnlyRootFilesystem: false then it works correctly. Maybe this should be the default else Composio doesn't work and other users may not know why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant