Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/Change encryption key path #1418

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Conversation

HenryHengZJ
Copy link
Contributor

When doing npm install -g flowise, then npx flowise start, the default path for encryption.key is created within the Flowise folder.

Problem arises when user upgrade flowise by running npm install -g flowise. This will remove all the files including encryption.key and recreate a new one.

Fix: change the default path to be user home .flowise, the same place where database.sqlite is located

@HenryHengZJ HenryHengZJ merged commit 1c299af into main Dec 21, 2023
2 checks passed
hemati pushed a commit to hemati/Flowise that referenced this pull request Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant