You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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"]
The text was updated successfully, but these errors were encountered: