Replies: 2 comments 1 reply
-
|
Hi, this seems to be an issue with your environment variables. Did you, by chance, change your However, the credentials should not be hard to recreate (ollama doesn't have an API key set, for example, and the host is |
Beta Was this translation helpful? Give feedback.
-
|
Gave up. Langflow has simpler setup that just works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Below is a dump of the console from pulling down the starter kit to running and then using chat prompt. That it all seems good until you open the sample flow and use chat prompt. I security error ctops up:
I had edited .env with secrets etc and set db password prior to starting.
Running on ubuntu 22.04.5.
I just grabbed 256-bit WEP Keys "secrets" from https://randomkeygen.com/ and made up a password for db etc.
Error in sub-node ‘Ollama Chat Model‘
Credentials could not be decrypted. The likely reason is that a different "encryptionKey" was used to encrypt the data.
There's also a couple of deprecation warnings that I am not expecting if I'm pull "latest" etc from source.
Any "help" on this matter seems to want you to check ~/.n8n/config or /home/node/ etc. neither of which is actually setup un using the docker install.
Is there a known fix please?
In the credentils tab, I found qdrant and ollama needing "credentials". Qdrant appeared to be fixed by putting the url for the service into the tab, which I would have expected was prefilled out since the setup would have "known" that since qdrant comes with.
The problem with Ollama seems to be a refusal to connect. I tried both localhost and 127.0.0.1 etc. If I try http://localhost:11434/ from another browser I get "Ollama is running" so its running just refusing connection.
With "fix" to qdrant "credentials" the error changes to:
Dump from install to "fetch failed" below:
Beta Was this translation helpful? Give feedback.
All reactions