#29340 [Bug]: /ui/login returns 404
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
I installed 1.85.1 via pip, and while `/fallback/login` works, `/ui` -> `/ui/login` returns a 404 page.
I saw there are special nginx rules, maybe that's why this does not happen in the docker container?
https://github.com/BerriAI/litellm/blob/f11c12d1574fb51acd958bc7173a74e994aacf19/ui/nginx.conf#L82-L86
### Steps to Reproduce
1. pip install litellm==1.85.1 2. litellm --config config.yaml --host 127.0.0.1 --port 1234 3. Open 127.0.0.1:1234/ui in a browser
### Relevant log output
```shell INFO: 127.0.0.1:0 - "GET /login HTTP/1.1" 404 Not Found ```
### What part of LiteLLM is this about?
UI Dashboard
### What LiteLLM version are you on ?
1.85.1
### Twitter / LinkedIn details
_No response_