troubleshooting-indentation
This commit is contained in:
parent
c68fd6b8e3
commit
ab663e4b52
1 changed files with 46 additions and 46 deletions
|
|
@ -10,12 +10,12 @@ This page provides troubleshooting advice for issues you might encounter when us
|
||||||
|
|
||||||
## OpenSearch fails to start
|
## OpenSearch fails to start
|
||||||
|
|
||||||
Check that `OPENSEARCH_PASSWORD` is set and meets requirements.
|
Check that `OPENSEARCH_PASSWORD` set in [Environment variables](/configure/configuration) meets requirements.
|
||||||
The password must contain at least 8 characters, and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character that is strong.
|
The password must contain at least 8 characters, and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character that is strong.
|
||||||
|
|
||||||
## Langflow connection issues
|
## Langflow connection issues
|
||||||
|
|
||||||
Verify the `LANGFLOW_SUPERUSER` credentials are correct.
|
Verify the `LANGFLOW_SUPERUSER` credentials set in [Environment variables](/configure/configuration) are correct.
|
||||||
|
|
||||||
## Memory errors
|
## Memory errors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue