FlowiseAI / Flowise

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

[BUG] White Screen Issue on Marketplaces and Chat Pages in Flowise UI (Node.js v18.20.5, v20.18.1, and v23.3.0) #3583

Open meitokaeri opened 1 week ago

meitokaeri commented 1 week ago

Describe the bug When I click on Marketplaces on the [http://localhost:3000/] page, the browser shows a completely white screen. Additionally, when I click [CHAT] under chatflows, the same issue occurs.

I have tested this with both node-v18.20.5-x64 and node-v20.18.1-x64, but the problem persists in both versions.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://localhost:3000/'
  2. Click on 'Marketplaces'
  3. See white screen

  4. Go to 'http://localhost:3000/'
  5. Click on 'Chatflow'
  6. Click on 'Chat'
  7. See white screen

Expected behavior I expected it to display the Marketplaces content or the Chatbot interface.

Screenshots 001 [http://localhost:3000/] > [Chatflows] > [Chat]

002 [http://localhost:3000/] > [Marketplaces]

Setup

Additional context I have also tested with Node.js 23.3.0, but the same issue occurs.

PylotLight commented 1 week ago

We also get this, but I assumed it was because we're doing some basepath rewrites for assets, but looks like its happening for other users?

meitokaeri commented 1 week ago

We also get this, but I assumed it was because we're doing some basepath rewrites for assets, but looks like its happening for other users?

I encountered this issue the first time I installed Flowise on this computer. I plan to test it on another computer to see if it happens there as well.

Pasceli commented 4 days ago

I have exactly the same issue after installing flowise

repetitioestmaterstudiorum commented 4 days ago

Same for me. This error is not happening when using the same version (2.2.1) but the Docker version.

PylotLight commented 3 days ago

Can everyone paste the url they are accessing as well as the endpoint for the css/js assets in the head tag? This is likely caused by assets not able to load is my guess. Also is this happening for all pages or just the two mentioned in OP. Do all other pages like tools work correctly?

This worked perfectly for me with no white screen, anyone having issues with this same setup?

docker run -d --name flowise -p 3000:3000 flowiseai/flowise

erlebach commented 2 days ago

This happens on my Mac M2 with Sequoia OS. I have the same problem with Safari, Chrome, and Brave (the latest version). The blank screen occurs when clicking on "Marketplace", and when using the "Chat" icon to start a conversation. Everything works within Docker, but unfortunately, in that case, I cannot use Ollama since localhost:11434 is not accessible from within the Docker container using the docker-compose.yml file provided in the Flowise repository and the fact that I am a noobie in this area. Can anybody please help with explicit instructions?

PylotLight commented 2 days ago

@erlebach Does using the simple docker run command to pull and run simple example from repo work any differently vs the compose example?

Pasceli commented 2 days ago

The URL I use is http://localhost:3000. I have a Macbook Pro M2 with Sequoia