Replies: 1 comment 3 replies
-
How large is the file size? Does the normal chat with default docs work? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run DocsGPT on Ubuntu 24.04 with docker compose and Nginx as a reverse proxy to handle the ssl cert. Frontend is loading correctly with ssl cert at https://domain.com. I am running into a problem where frontend can retrieve conversation from backend via /api endpoints upon first load, but when it gets to /stream it gets 404. Also /api/upload works but then when it gets to 100% file uploaded it sends 404.
Has anyone got this setup working and can share some pointers for the config?
I am running nginx as a container included in the docker-compose-azure.yaml file, and using Azure OpenAI environment variables.
Beta Was this translation helpful? Give feedback.
All reactions