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

Does --root-path require reverser proxy after version 2.0.6, setup on local docker? #1904

Open
ChirawatCh opened this issue Feb 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ChirawatCh
Copy link

I run chainlit app in docker (MacOS), before version 2.0.6 the root path setup with this command work perfectly. But after version 2.0.6 when i access my app with this URL: http://localhost:8000/chatbot/v1, it got white page!!. How do solve this issue? Or does it require reverse proxy server?

CMD ["python", "-m", "chainlit", "run", "app.py", "-h", "--port", "8000", "--root-path", "/chatbot/v1","--host", "0.0.0.0"]

@dosubot dosubot bot added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant