#23993 [Bug]: Intermittent LiteLLM UI Load Failure After Some Days
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened? LiteLLM UI is not loading after some days even though container is up and running. Uncaught SyntaxError: Unexpected end of input (at 7e417dd24c8becd0.js:1:20481) Uncaught SyntaxError: Unexpected end of input (at 47812e8f19218c74.js:1:12287)
<img width="1908" height="761" alt="Image" src="https://github.com/user-attachments/assets/7e30e6e7-2cef-4e6d-84b7-acdc07de4ea9" />
### Steps to Reproduce
1. Create litellm-config.yml file:
``` general_settings: master_key: "<key-value>" maximum_spend_logs_retention_period: 30d maximum_spend_logs_retention_interval: 7d database_url: os.environ/DATABASE_URL store_model_in_db: true store_prompts_in_spend_logs: true litellm_settings: cache: true cache_params: type: local ssl_verify: true ssl_security_level: 1 use_litellm_proxy: false ssl_certificate: "<cert-path-goes-here>" redact_user_api_key_info: true ```
2. Create compose.yml file ``` version: "3.11" services: litellm: image: docker.io/litellm/litellm:1.81.16-nightly container_name: <container-name> network_…