Previously, I had no issues debugging JavaScript from WebStorm with the help of the JetBrains Chrome extension. It would effortlessly open a new tab in Chrome and launch my site without any trouble.
However, after rebooting my computer due to a Windows update, this functionality stopped working. Now, when I try to start the debugging process from WebStorm, Chrome opens a new tab and displays the following in the address bar but nothing else happens:
data:text/html;base64,PCFET0NUWVBFIGh0bWw+PHRpdGxlPkxvYWRpbmcgaHR0cDovL3ZtLnNob3RndW4ubG9jYWwvPC90aXRsZT4=
My site fails to load and the page remains blank in Chrome.