Open ran-haim opened 9 hours ago
You need to set APP_BASE at build time to configure the base path - so a rebuild with that set should fix it?
From what I've seen /chat is the default...not all links/redirects are /chat - i've also seen /_app.
The default is /
actually. For HuggingChat we use /chat
and we set a custom build argument APP_BASE
as you can see here.
You could build the image yourself with a custom APP_BASE
that suits your needs. The assets will then be behind ${APP_BASE}/_app
, see for example on HuggingChat: https://huggingface.co/chat/_app/immutable/entry/start.Ba9czHTP.js
I am unable to run chat-ui behind istio. I didn't find a way to set baseurl, so all links/redirects are broken.