1

I am trying to access a B2C login page from my localhost VScode using angular 12+

I am getting this error:

Request had no target IP address space, yet the resource is in address space 'local'

Request had no target IP address space, yet the resource is in address space 'local'

In my launch.json file I have:

"runtimeArgs": [
                "--disable-web-security"
            ]

If I remove the above lines I am not able to connect to my APIs running locally. Please help to put the right settings in my launch.json

sideshowbarker
  • 81,827
  • 26
  • 193
  • 197
  • Not completely sure, but i am facing the same issue and it is related to the latest update in chromium. 98.0.4758.81 (Build oficial) (64 bits) I changed to another browser, but it also got updated and the error is now on every browser with this chromium version. HTH – pposada Feb 07 '22 at 12:05
  • Exactly. It is because of browser updates. The new chromium no more supports debugging. I was using Edge for a while but that also stopped working – Aiswarya Rajagopalan Feb 08 '22 at 06:57
  • @pposada do you have any fixes for this? – Aiswarya Rajagopalan Feb 09 '22 at 11:26
  • I am currently using old IE to avoid it. but will use the recommendation from [link](https://stackoverflow.com/questions/71018461/chrome-98-private-network-access-problem-w-disabled-web-security-request-had-n) – pposada Feb 09 '22 at 13:27

0 Answers0