Back to Langflow

Extension error codes

docs/docs/Develop/extensions-errors.mdx

1.11.0.dev37713 B
Original Source

If you experience an error with extensions, read the hint for how to fix the error found in the location path.

text
error[inline-bundle-name-invalid]: Inline bundle directory 'Notion' does not match ...
  location: /path/to/components/Notion
  content:  Notion
  hint:     Rename the directory to lowercase snake_case starting with a letter, 2-64 characters.
  see:      https://docs.langflow.org/extensions/errors

Before launching Langflow, run lfx extension validate to catch manifest and bundle issues.

See also