-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Error: Error: Error: ENOENT: no such file or directory, open '' #863
Comments
Hi @Iamtheoldman, Could you tell me more on your setup before we proceed?
|
Hi, |
I had this issue as well. I resolved it by changing node version to v18.17.1 and reinstalling Flowise. |
I'm getting the same: Node JS version: v18.17.1 Terminal: elizabethoconnell@oxfordreviewpro ~ % npx flowise start |
Okay solved. I installed Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" and then brew install node and then reinstalled Flowise, deleted and reinstalled the credentials and BINGO! It works. |
Ah so today I am back to Error: Error: Error: ENOENT: no such file or directory, open '' Poo! |
Hey @platothefish, could you share a screenshot of your flow? |
Added this PR - #939 You can overwrite the encryption key using env variable instead of the old way of storing the key into a local path, this should all the errors regarding credentials Update: here's the workaround guide - https://docs.flowiseai.com/environment-variables#credential |
Okay I solved this by running "sudo npx flowise start" and then closing it and re starting it with npx flowise start. Probably a permissions issue somewhere along the line. |
Unfortunately, I couldn't fix it with "sudo npx flowise start" and then npx flowise start, thanks for the heads up @platothefish. I was able to solve this issue by setting up the node version and then increasing RAM to 2gb. It's finally working, if anyone wants to try, check here: #970 (comment) |
gave all my apis but got this error even on step by step guides
The text was updated successfully, but these errors were encountered: