FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.71k stars 16.54k forks source link

[BUG] Not loading marketplace page in local environment #3492

Closed DefaultJARR closed 1 week ago

DefaultJARR commented 1 week ago

Describe the bug Getting full white page when trying to navigate to marketplace page. image

To Reproduce

  1. Normal flowise local installation "npm i -g flowise"
  2. Langchain installation "npm i -g langhcainhub", because I was facing an error related.
  3. Flowise run "npx flowise start"
  4. Load "localhost:3000"
  5. Open top left burger menu and navigate to "Marketplace" page

Expected behavior Expected to see Marketplace page after navigating to it through burger menu.

Screenshots At the beginning I attached one.

Setup

HenryHengZJ commented 1 week ago

What is your Flowise version?

DefaultJARR commented 1 week ago

What is your Flowise version?

I've just edited the comment, I published uncompleted by mistake

HenryHengZJ commented 1 week ago

Fixed in newer version, try the latest one. Feel free to reopen if issue still there

DefaultJARR commented 1 week ago

Fixed in newer version, try the latest one. Feel free to reopen if issue still there

Thanks! How can I install the fixed version?

DefaultJARR commented 1 week ago

"npm i -g flowise" is pointing to "flowise@1.6.0" which has this error, but looking in npm repo, the last version published by today is "flowise@2.1.3" so i installed it with "npm i -g flowise@2.1.3" and now its working, but always i get a "punycode deprecated" warning

image

But now, marketplace page is working, thanks