-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
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
[BUG] Credentials could not be decrypted #896
Comments
just confirming are you using the steps here for your docker setup? are you running locally or deployed on cloud? |
Yes, I followed this same tutorial in conjunction with the deployment via AWS, just changing some commands to run on the Oracle Cloud ARM VM. I was already running flowise even before version 1.3.0 and running some applications with it. But after I updated to this latest version 1.3.4 it started giving this key error. As I said, I followed all the tutorials, looked here in the repository for answers and spent a few hours in partnership with ChatGPT to help me solve it and I couldn't. I tried to delete the docker image and also delete the folder, but when I reinstalled the files they were there as if I hadn't deleted them and so I was back in the same place. A shame, because I was using flowise a lot and even selling applications to my clients. |
I've seen these issues before but only saw the issue happening to the openai credentials. So to solve this I simply recreated them. After this I didn't see the issue again. Note: I was not running the docker version, just running locally. |
Update: I created a new encryption.key, put the passphrase in the .env file and then deleted all the API keys that had balance and recreated new ones. With that, it worked again! |
Added #939 to allow users to specify their own encryption key, this should resolve all errors regarding the credential path |
Describe the bug
Right after I updated the flowise image, this error started to occur.
I've tried everything, looked in the documentation too and nothing.
I deleted the encryption.key, created a new one, even deleted the docker image and also the Flowise folder and the same error continued.
I really don't know what else to do. Not even ChatGPT can help me anymore.
Docker compose logs
My .env Variable
Setup
The text was updated successfully, but these errors were encountered: