Replies: 4 comments 3 replies
-
Hey @liygit! Great to see you around here again. Hope you've been doing well. 😊 It seems like you're encountering an error related to the If you're not sure whether your from cryptography.fernet import Fernet
new_key = Fernet.generate_key()
print(new_key.decode()) This will print a new key that is URL-safe base64-encoded and 32 bytes in length. You can then use this key as your Please note that changing the In the Langflow codebase, the The API key in the Langflow store is saved using cookies, specifically through the I hope this helps! If you have any further questions or need more clarification, please let me know. For more details, you can refer to the following sources: -Dosu Sources
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem, how can I resolve it? |
Beta Was this translation helpful? Give feedback.
-
Just update your LANGFLOW_SECRET_KEY env var if you have set it. You may need to remove the langflow persist folder and restart the langflow. |
Beta Was this translation helpful? Give feedback.
-
This is now broken in 1.1.3 & 1.1.4. I've tried replacing the Secret Key using key values generated from code, or generated from the url mentioned above. Please help! |
Beta Was this translation helpful? Give feedback.
-
I want to browse the store but get the error that I do not hive an API key.so I create an secret key in my account and then copy the key to API KEY,but it still get error:There was an error saving the API Key, please try again.
Fernet key must be 32 url-safe base64-encoded bytes.
Beta Was this translation helpful? Give feedback.
All reactions