Document Store shows nothing after add New one
Hello All, I'm using brand new windows 11. yesterday I installed Node js and updated it. FlowWise worked but. I can not add a new document . Actually it says "Ne document Store created" but not shown on the interface.
No error on terminal:
2024-10-02 10:52:08 [INFO]: ⚡️ [server]: Flowise Server is listening at 3000 2024-10-02 10:52:08 [INFO]: 📦 [server]: Data Source is being initialized! 2024-10-02 10:52:16 [INFO]: 📦 [server]: Data Source has been initialized! 2024-10-02 10:52:59 [INFO]: ⬆️ POST /api/v1/document-store/store
İs there any one to know? I formatted the computer and reinstalled all several times.
Develeop vesion is workinbg
Same probem here. Mac OSX M1 - Sequoia 15.0
VERSION flowise/1.6.0 darwin-arm64 node-v22.8.0
Same issue here on Windows 11 system. Using the NPM installation
Just tried npm install -g flowise and npx flowise start, I can create and see doc store:
Not sure if this some sort of cache problem, but try igconito or other browser?
Having the same issue at the moment any fix?
p vesion
what do you mean by Develop version
Got Flowise Working After Several Attempts
After trying various approaches, I was finally able to get Flowise working. Here's what I did:
-
Switched Node Version: I switched to Node.js version
18.20.4, which is compatible with Flowise. -
Folder Location: Instead of installing Flowise in a subdirectory within
DocumentsorDownloads, I created a folder in my root directory at~/User/AI/. This ensured the installation had the necessary permissions. -
Installation: I navigated to the
AIfolder via terminal and ran the following command:npm install -g flowise
This approach solved the issue but tbh after trying so many things I am not entirely sure if this is all you'd need, but try it and don't downgrade your nodeJS version first, try installing in a root folder and if that doesn't work then downgrade then install in the root folder
Thanks @OpeyemiSanusi I can confirm that uninstalling Node.js version 22.8.0 and installing version 18.20.4 and no other changes fixed this problem.
Thank you @OpeyemiSanusi your solution is worked on my end
18.20.4 an that version
If you don't want to downgrade the nodejs. Try install direct from github.
Clone the Repository
git clone https://github.com/FlowiseAI/Flowise.git
cd Flowise
Install Dependencies
npm install -g pnpm
Then, install all dependencies
pnpm install
Build the Code
pnpm build
Start the Application
pnpm start
I can confirm that uninstalling Node.js version 22.8.0 and installing version 18.20.4 and no other changes fixed this problem.
This worked for me too
I'm also facing the same problem btw.
Hi @HenryHengZJ, could you please share with us a way (guide) to fix this issue, for people using local and cloud hosting. It seems like many of the issues related to datastores and data are linked to the different nodejs versions used by Flowise and the local installs/cloud hosts. It is now a few months since this happens. Solutions for Riley and Render would be very much appreciated. Thank you!