troubleshooting-indentation

This commit is contained in:
Mendon Kissling 2025-10-01 09:45:05 -04:00
parent c68fd6b8e3
commit ab663e4b52

View file

@ -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