Open meitokaeri opened 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?
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.
I have exactly the same issue after installing flowise
Same for me. This error is not happening when using the same version (2.2.1) but the Docker version.
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
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?
@erlebach Does using the simple docker run command to pull and run simple example from repo work any differently vs the compose example?
The URL I use is http://localhost:3000. I have a Macbook Pro M2 with Sequoia
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:
See white screen
Expected behavior I expected it to display the Marketplaces content or the Chatbot interface.
Screenshots [http://localhost:3000/] > [Chatflows] > [Chat]
[http://localhost:3000/] > [Marketplaces]
Setup
Additional context I have also tested with Node.js 23.3.0, but the same issue occurs.