google / google/adk-web

ADK WEB do not showing up in the browser

Open
#26 4 comments 1 reaction 1 assignee Claimed by @wyf7107 View on GitHub
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**

![Image](https://github.com/user-attachments/assets/bf680da1-2253-43e4-91cc-a8da142099f3)

![Image](https://github.com/user-attachments/assets/f432ed8c-23f5-40e2-93b4-b7377b344b9c)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.