ADK WEB do not showing up in the browser
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
** Please make sure you read the contribution guide and file the issues in the rigth place. **
[Contribution guide.](https://google.github.io/adk-docs/contributing-guide/)
**Describe the bug**
I'm following the quickstart tutorial (https://google.github.io/adk-docs/get-started/quickstart/) to test ADK. I'm doing all the project setup on Windows 10. The problem I'm having is that the graphical interface doesn't appear when deploying to the browser. I've tried changing the browser and also trying it in a new tab in incognito or private mode, but it doesn't appear. I read in a GitHub thread (https://github.com/google/adk-web/issues/34) that adding the lines import mimetypes
mimetypes.add_type("text/javascript", ".js", True) to fast_api.py (.venv\Lib\site-packages\google\adk\cli) would solve the problem. However, I'm still having the same problem. I'd appreciate any advice or technical help you could provide.
**Screenshots**


**Desktop (please complete the following information):**
- OS: [e.g. iOS]: Window 10
- Python version(python -V): 3.13
- ADK version(pip show google-adk): 0.5.0
**Additional context**
I already tried this, but is not work:
1 . Adding the below to fast_api.py (.venv\Lib\site-packages\google\adk\cli)
import mimetypes
mimetypes.add_type("text/javascript", ".js", True)
Opening the localhost:8000 in incognito mode
Contributor guide
Assessment
This issue has not been assessed yet.