Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] Issue with accessing Flowise UI via Apache Reverse Proxy

Open jeme95 opened this issue 1 year ago • 2 comments

I have deployed Flowise on a Windows Server 2019 remote VM, where it runs on port 3000 and works fine when accessed directly via localhost:3000 with Remote Desktop Connection

To make it accessible externally, I am using an Apache HTTP Server as a reverse proxy. I added the following proxy rules in the httpd.conf file:

ProxyPass /flowise http://localhost:3000  
ProxyPassReverse /flowise http://localhost:3000  

Now, when I access https://my-domain.com/flowise, I get a 200 OK status, but the UI does not load correctly. Instead, the browser console shows errors indicating that some assets are being requested from https://my-domain.com/assets/some-asset-file.js instead of being resolved under /flowise

  • Flowise Version 2.2.4

Image

jeme95 avatar Jan 23 '25 15:01 jeme95

related to https://github.com/FlowiseAI/Flowise/pull/3317

HenryHengZJ avatar Jan 26 '25 20:01 HenryHengZJ

Any progress on this? 🤞 Congrats on such great tool

danmaxis avatar Oct 16 '25 03:10 danmaxis