litellm - 💡(How to fix) Fix [Bug]: /ui/login returns 404

Official PRs (…)
ON THIS PAGE

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

INFO:     127.0.0.1:0 - "GET /login HTTP/1.1" 404 Not Found
RAW_BUFFERClick to expand / collapse

Check for existing issues

  • 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

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

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

litellm - 💡(How to fix) Fix [Bug]: /ui/login returns 404