Can't run langflow #3195
Unanswered
LeeMoofon0222
asked this question in
Q&A
Replies: 1 comment 10 replies
-
To resolve the issue of Langflow not running after deleting session memory, follow these steps:
Here's an example of how you might call the data_graph = {...} # Your graph data
inputs = {...} # Your inputs
clear_cache = True # Clear the session cache
session_id = None # Generate a new session ID
result = await process_graph_cached(data_graph, inputs, clear_cache, session_id) Additionally, if you encounter issues related to missing files or modules, you can follow these steps:
If you encounter an error related to migrations, such as "Something went wrong running migrations. Please, run 'langflow migration --fix'", you can clear the cache by deleting the contents of the cache folder located at:
Remember to back up your files if you wish to retain your settings before clearing the folder [1][2][3][4]. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently using Langflow and it is not working after I delete session memory while run flow. After that, the projct has been empty and now I can't run any langflow project.
I have searched for similar discussions and tried to reinstall langflow and langchain:
Beta Was this translation helpful? Give feedback.
All reactions