We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ftl init
error: read-only file system
Error when attempting to initialize a FTL Go module:
ftl init go . mymodule --log-level=DEBUG debug: Unary RPC failed: unavailable: dial tcp [::1]:8892: connect: connection refused: /xyz.block.ftl.v1.AdminService/Ping debug: Initializing FTL Go module mymodule in . debug: Creating a new project config file at "/ftl-project.toml" ftl: error: open /ftl-project.toml3523669785: read-only file system
The text was updated successfully, but these errors were encountered:
Looks like DefaultConfigPath() walks up to the root of the filesystem if no config file exists, and attempts to create one there cc @alecthomas
DefaultConfigPath()
Sorry, something went wrong.
fix: don't attempt to create ftl-project.toml in fs root (#1771)
249ce0e
Fixes #1770
safeer
Successfully merging a pull request may close this issue.
Error when attempting to initialize a FTL Go module:
The text was updated successfully, but these errors were encountered: