I followed the docs carefully and also re-checked with a tutorial from the youtube channel, yet after I going through installation steps, I cannot see my login page, I keep getting 404 status code error after I run the command bench start
.
snippet after I run it:
07:43:19 watch.1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme
07:43:30 watch.1 | Watching for changes...
07:44:52 web.1 | 127.0.0.1 - - [09/Jun/2025 07:44:52] "GET /login HTTP/1.1" 404 -
Site and App structures as below:
$ ls
frappe my_app
/sites
$ ls
apps.json apps.txt assets common_site_config.json fralocal.test
apps/my_app/my_app
$ ls
config __init__.py patches.txt __pycache__ templates
hooks.py modules.txt public self_app www
Can anybody help on what could be the issue?