Static assets are always requested from the domain root (/assets/...), so deploying the admin panel behind a reverse proxy at a path like /chat/admin results in 404s for all JS/CSS bundles.
For comparison, the main LibreChat application handles this fine — setting DOMAIN_CLIENT and DOMAIN_SERVER to something like https://example.com/chat is enough. The admin panel has no equivalent.
Static assets are always requested from the domain root (
/assets/...), so deploying the admin panel behind a reverse proxy at a path like/chat/adminresults in 404s for all JS/CSS bundles.For comparison, the main LibreChat application handles this fine — setting
DOMAIN_CLIENTandDOMAIN_SERVERto something likehttps://example.com/chatis enough. The admin panel has no equivalent.