I had some time ago to use it but now needs to fix a bug.
When compile project the browser does open the browser (Chrome) but the string is shown as
http://%22http//127.0.0.1:8080/%22 (when copied to text editor)
while in the browser is shown as
%22/http//127.0.0.1:8080/",
so I can’t access the web app except if manually type
http://localhost:8080
This happend in a sudden. Maybe after installin Edge or some other app in my PC.
Any fix?
Michael