Link to "Login" form stopped working

Hi

I got a small website running on localhost.
I use the following URL to redirect to KC login page:

http://localhost:8080/auth/realms/local/protocol/openid-connect/auth?client_id=WebClient&response_mode=fragment&response_type=code&login=true&redirect_uri=https://localhost:5001/dummy

everything was working well until I deleted some users in “local” realm.
now I’m getting " 401 Unauthorized" whenever I use the above link.

what I don’t understand is what authorization I need In order to access this URL? - this is just a login form
could it be that since I delete a user before clearing its session this is not working anymore?

I’m running KC 16.1.0 from a local folder (> standalone.bat)
tried to restart the local KC server with no luck

thanks for the help