I had the same problem and solved it by adding URL reservation for the specified URL namespace for the user / users in Network Shell (netsh). Here's an example of how to reserve a URL for each user, run it on the command line as an administrator:
netsh http add urlacl url=http:
Here is an example of how to reserve a URL for a single user, run it on the command line as an administrator:
netsh http add urlacl url=http:
This way you do not need to run the application as an administrator
Clydefrog
source share