Sharat Visweswara

Results 4 comments of Sharat Visweswara

This is marked as a dupe but not clear what it is a dupe of, is it #781 ?

I'm seeing this in Python projects as well: ``` ⏺ Update(hedwig/utils/config.py)… ⎿  Error: String to replace not found in file. String: … +3 lines (ctrl+r to see all) ⏺ Let...

I have the same issue. Langflow forgets all my credentials on restarting the container. I have tried the docker setups in both the `docker_example` directory and `deploy` directory, same issue....

The solution is to set the `LANGFLOW_SECRET_KEY` environment variable. If you don't set it, langflow generates a new value at each startup. I writes it to a file in `$LANGFLOW_CONFIG_DIR`...