Chrome extension/copy URL authorisation
Hi there,
I've just installed the latest versions of WebStorm and Chrome (PC rebuild) and am having a couple of issues:
- When starting a debug session in Chrome WebStorm is unable to connect to the extension, even though it is installed and enabled. All I get is a new browser window open and that's it.
- When I choose to 'run' a file instead everything is OK until I open the browser console, where I get the old 'copy authorisation URL to clipboard' confirmation/alert dialog box. This is upon opening the console as well as every time I refresh the page (with the console open).
Obviously both of these problems make it unworkable to develop using localhost.
Thanks in advance for any help!
Alex
Please sign in to leave a comment.
do both issues happen regardless of the project being open? Create a new empty project, add .html file, choose debug in its right-click menu - does the problem persist?
Thanks for getting back to me, Elena. The first issue does, but strangely not the second. Any idea why that might be?
I've had a look at the extension background page and I'm getting the below recurring error even when nothing is running.
'503' errors may indicate the that IDE is not yet started...So the extension can't connect to it.
It may also be a proxy/firewall issue
Regarding 'copy authorisation URL to clipboard' confirmation: please check if enabling 'Allow unsigned requests' in Preferences | Build, Execution, Deployment | Debugger helps
Yep, that's sorted that issue. The debug/Chrome extension issue is still there but at least I can run via localhost now. Thanks, Elena, much appreciated.