Opening HTML pages in the browser
My webstorm projects have recently started opening their pages (when I use the browser icons tooltip in the top right of the editor) using the built-in web server (http://localhost:63342/) instead of the in-place local web server i have setup in the Deployment Connection settings. Any idea how i can fix this? I've searched for 2 days now and can't find out why this is happening.
Please sign in to leave a comment.
Hi there,
Please make sure that such deployment entry is marked as default.
If it is already -- unmark and mark again.
If still nothing: try deleting it; close Settings screen; add it again.
that did it, thanks.