Reverse Proxy Nginx
#10070
Replies: 1 comment
-
|
Could you please try to put the "langflow" as the BASENAME in config-constants.ts ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I ran this Docker Compose file to test Langflow:
https://github.com/langflow-ai/langflow/blob/main/docker_example/docker-compose.yml
only changed the path to log storage and the database:
I have a few questions and need some help:
I have experience using Nginx to launch projects on a domain:
Https://www.***.com/poject1
Https://www.***.com/poject2
nginx is installed on another instance, which redirects to another instance with langflow installed via a Docker Compose file.
The same has been done with other projects, and everything works.
But it doesn't work on Langflow, and I end up with a white screen.
I want to run it on:
Https://www.***.com/langflow
Reverse proxy settings below
My profile icons are not displaying. See screenshot below.
The log folder is empty...
/mnt/langflow/langflow-data
Reproduction
no picture
docker logs:
Expected behavior
I open it on my public access
https://www.***.com/langflow
and it opens the same way as on the local
http://192.168.1.14:7860
Who can help?
No response
Operating System
Ubuntu 24.04.3 Desktop
Langflow Version
1.5.1
Python Version
None
Screenshot
in conteiner:
The path to the config is clearly incorrect here:
volumes:
- /mnt/langflow/langflow-data:/app/langflow
No matter how I tried to change it in app/langflow
app/data/langflow
app/app/data/langflow
Nothing worked.
F12 in the browser results in a blank page that should open langflow:
Flow File
No response
Beta Was this translation helpful? Give feedback.
All reactions