Why frappe web not running in windows

frappe@6aefa39fbefe:/workspace/development/frappe-test$ bench start
12:37:50 system | web.1 started (pid=2628)
12:37:50 system | watch.1 started (pid=2630)
12:37:50 system | schedule.1 started (pid=2634)
12:37:50 system | worker.1 started (pid=2640)
12:37:50 system | socketio.1 started (pid=2639)
12:38:07 watch.1 |
12:38:09 watch.1 | yarn run v1.22.22
12:38:09 watch.1 | $ node esbuild --watch --live-reload
12:38:40 web.1 | /workspace/development/frappe-test/env/lib/python3.11/site-packages/passlib/utils/init.py:854: DeprecationWarning: ‘crypt’ is deprecated and slated for removal in Python 3.13
12:38:40 web.1 | from crypt import crypt as _crypt
12:38:47 socketio.1 | Realtime service listening on: 9001
12:39:07 web.1 | WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
12:39:07 web.1 | * Running on all addresses (0.0.0.0)
12:39:07 web.1 | * Running on http://127.0.0.1:8001
12:39:07 web.1 | * Running on http://172.19.0.5:8001
12:39:07 web.1 | Press CTRL+C to quit
12:39:08 web.1 | * Restarting with watchdog (inotify)
12:39:40 web.1 | /workspace/development/frappe-test/env/lib/python3.11/site-packages/passlib/utils/init.py:854: DeprecationWarning: ‘crypt’ is deprecated and slated for removal in Python 3.13
12:39:40 web.1 | from crypt import crypt as _crypt
12:40:06 web.1 | * Debugger is active!
12:40:06 web.1 | * Debugger PIN: 115-712-403
12:40:38 watch.1 | Browserslist: caniuse-lite is outdated. Please run:
12:40:38 watch.1 | npx update-browserslist-db@latest
12:40:38 watch.1 | Why you should do it regularly: GitHub - browserslist/update-db: CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
12:44:43 watch.1 | Watching for changes…
why frappe web is not showing ran the command 10 min ago
frappe@6aefa39fbefe:/workspace/development/frappe-test$ bench browse tests.localhost --user Administrator
Login URL: http://tests.localhost:8001/app?sid=55298afabc75b60cfa1b9a634451857f43b8669a87a20936baffdcea

You can easily use docker in windows to setup frappe on windows

I am using docker

Did you check the docker-compose.yml and see if the port mapping is properly done

I have installed watchdog this was the reason why frappe web was not running