I am running Ubuntu on Virtual Box. After installing the extension on VS Code and hitting Go Live,
it prompt me with two messages: one is: "Server is started", the other is: "Error to open browser. See error on console".
Please note that the server is successfully started and I verified that it is working by typing the IP Address on my Google Chrome.
Yep! I've just noticed that it is not working in linux but no such issue in Windows.
Btw, Thanks a lot for report on GitHub repo. :)
You are very welcome.
So I updated my installation after you pushed the fix.
This time I am getting this error message: "Server is started at 5500 but failed to open browser. See error on console."
Okay. Let me check.
One workaround : set liveServer.settings.CustomBrowser: chrome.
let me know that after doing so, are you still facing the issue?
It works well now!
Thank you for your quick help
Please remove liveServer.settings.CustomBrowser: chrome and Try v1.6.11. Hope it will open system's default browser without giving any error.
Let me know if it works for you or not.
I just removed the custom settings and reinstalled Live Server.
It works perfectly now! thanks
Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?
Server is started at 5500 but failed to open in Browser Preview. Got Browser Preview extension installed?
step 1- open vs code go to extension (ctrl+shift+x) then search live server then go to live server manage / extension setting then + Edit in setting.json
step 2- "liveServer.settings.useBrowserPreview": true, [ if u see that line u need to replace true to false ]. "liveServer.settings.useBrowserPreview": false,
your problem is solved! enjoy vs code :)
please still getting this problem tried everything

This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanks
This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanks
Same problem here too. Please provide some solution!
This is what i see when i click this the go live option in the bottom bar. However it doesn't trigger the browser preview. Is there a setting i need to add in my json file? What should the jSON file look like for it to work? Please help thanksSame problem here too. Please provide some solution!
Same problem!!
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500
So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.
There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.
There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar
This is also a way to solve your problem.
server is started at port 5500 but failed to open browser. try to change the custom browser........ Is there any solution for this error
Try starting server at port 80 by that you don't have to type the port number
go to browser and type localhost:5500So i should change the port mannually from 5500 to 80 ? Or is there any technical procedure.
There may be other way but I am telling you the easy way to save time 1. change port to 80 OR 2. type localhost:5500 on your browser search bar
This is also a way to solve your problem.
This solution is Not working. .... I changed the port number but after searching the same u instructed to search...... Giving me a blank. Page as output.
Please help.