linjungz / chat-with-your-doc

Chat with your docs in PDF/PPTX/DOCX format, using LangChain and GPT4/ChatGPT from both Azure OpenAI Service and OpenAI
140 stars 48 forks source link

AxiosError: Request failed with status code 403 when running in container #21

Closed linjungz closed 1 year ago

linjungz commented 1 year ago

When running in container, there's a error message after uploading document: AxiosError: Request failed with status code 403

linjungz commented 1 year ago

Workaround: set environment var: STREAMLIT_SERVER_ENABLE_XSRF_PROTECTION=false

Ref: https://docs.streamlit.io/knowledge-base/deploy/remote-start https://docs.streamlit.io/library/advanced-features/configuration