Ddev start results in 'succesfully started', webserver cannot be reached

Yesterday the ddev site could be used normally.
Now both the website and phpmyadmin don’t start. This morning I cleared a lot of cookies in Firefox. I presume this could be the problem.
I use ddev version v1.25.2 on a Windows 11 computer in WSL.
Any help available?

Clearing Firefox cookies shouldn’t affect DDEV services. I’d check ddev start and see if any errors are reported. If both the site and phpMyAdmin are down, it’s likely a Docker, WSL, or DDEV issue rather than a browser problem.

OK. If the cookies are not the problem, how can I solve it?
Starting ddev dowsn’t show an error:

info@Servje11:~$ cd web/hoogv
info@Servje11:~/web/hoogv$ ddev start
Starting hoogv...
 Container ddev-ssh-agent Removed
 Container ddev-ssh-agent Started
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
Building project images....
Project images built in 2s.
 Network ddev-hoogv_default Created
 Container ddev-hoogv-web Started
 Container ddev-hoogv-db Started
 Container ddev-hoogv-phpmyadmin Started
Waiting for containers to become ready: [web db]... ready in 4.5s
Starting ddev-router, pushing config...
 Container ddev-router Started
Waiting for ddev-router to become ready... ready in 1.0s
Waiting for additional project containers [phpmyadmin] to become ready... ready in 0.5s
Successfully started hoogv
Your project can be reached at https://hoogv.ddev.site
See 'ddev describe' for alternate URLs.
info@Servje11:~/web/hoogv$

You opened your topic in the Docker Desktop category on the Docker Community Forum, but your issue seems to be with ddev, not Docker. At least I see nothing that we could work with and help you with Docker.

Maybe you should also look around on ddev-s GitHub repo

This is also linked on their website

Or if you can demonsrate that you have problems specifically with Docker in your environment, there is a much better chance someone will be able to give you a much better answer. Hopefuly not an AI generated one as that is forbidden here, but more information definitely helps people helping.

I am sorry. Thanks for your hint.