Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jeme95 opened this issue Jan 23, 2025 · 0 comments
Open

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

jeme95 opened this issue Jan 23, 2025 · 0 comments

Comments

@jeme95
Copy link

jeme95 commented Jan 23, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant