Questions tagged [liveserver]

185 questions
1
vote
0 answers

I cannot search git repositories through the api

I'm using git api to do a repositories search. The problem is that when I use the live server the search works normally. But when I upload to github pages I get the following error: Erro from console My code is :
Thiago
  • 65
  • 3
1
vote
1 answer

Liveserver doesn't work with react js in VSCode

I am using React.js with the live server plugin in VSCode and when using live server I get this page: The problem
1
vote
2 answers

I can't install Live Server extension on Visual Studio and it doesn't come up on marketplace search inside VS

"Live Server" extension doesn't appear on extension marketplace inside Visual Studio also "HTML Snippets", I tried downloading the extension from web browser and when I try to install it gives an error, here is the log file 10/21/2021 10:57:03 PM -…
1
vote
2 answers

M1 VS Code Live Server extension dont launch chrome

I have setup Vscode on a new m1 macbook, but Live server extension doesn't seem to work. Specifically is not launching the browser (Chrome). This is my setting.json file document : { "workbench.colorTheme": "Default Dark+", …
1
vote
4 answers

Vs code live server Cannot get error message

I'm currently developing a simple static web page with only HTML. I'm using tags with href to link to different pages and the VS code live server used to work when I inserted a link like page1.html it would send the browser to this page. But I…
Timo Frionnet
  • 474
  • 3
  • 16
1
vote
0 answers

LiveServer showing blank white screen

I have a very basic React site that I’m building. I'm using VS Code. When I run npm run start in the terminal, the site opens up properly and I can see the site. If I try to open the index.html file with LiveServer, though, it opens…
1
vote
0 answers

Error EPERM: Operation not permitted RENAME

I'm using LiveServer on vsCode, I usually study and ctrl c and ctrl v on folders and just rename them and study the new content. But every time I rename these copied folders, VScode gives me a problem. "EPERM error: RENAME operation not allowed" I'm…
LuisVNeves
  • 11
  • 1
1
vote
2 answers

my web pages are not opening until I turn vs code live server how can i fix it?

I really want someone to help me I have a serious issue with vs code live server everything is perfectly working but once I completed my project I can't open my web pages without turning the live server on, whenever I want to check my web pages I…
1
vote
1 answer

How to host two or more JSX files in plain HTML without npm?

I have two JSX files (index.js and app.jsx) and one HTML file and I want to import app.jsx in index.js which is a script file of index.html. I want to run the HTML (index.html) directly without npm (using simply LiveServer). How I can do…
Vishal T
  • 49
  • 7
0
votes
0 answers

A div is added with id=shadowLL in chrome when I open my html file with live server

I've written some HTML and CSS code and everytime when I run it through live server there is a div added with an id=shadowLL and in that div there is another div that says #shadow-root (open). When I open the exact same file from my explorer this…
0
votes
1 answer

SVG not loading in browser

Note, I'm using live-server extension; and this works normally but, with live-server extension not. I'm just created new project folder and normally created index.html. And added default content: index.html …
0
votes
0 answers

How to make VS Code Live Server's auto reload work in Firefox when using a proxied web server

In VS Code I have installed the Live Server extension and in Firefox I have installed Live Server Web Extension. When I start the normal Live Server server auto-reload works (i.e. I change a page, save it in VS Code and it auto-updates in Firefox).…
halloleo
  • 9,216
  • 13
  • 64
  • 122
0
votes
1 answer

VS Code Live Server will not load Index.html with error ERR_CONNECTION_RESET until it succeeds with no clear justification

I'm development a small JavaScript application with one HTML file, one JS file and the inclusion of 2 libraries (bootstrap and font awesome). Also, I installed the Live Server plug. When I open VS-Code, click on the Index.html file and then the "Go…
FDavidov
  • 3,505
  • 6
  • 23
  • 59
0
votes
0 answers

Live Server not works correctly (VSC) on Mac OS Ventura after something happened that I don't know

I noticed that since some weeks VSC and Live Server don't work and I don't know. On internet my domain works correctly, I tried also to create another User with Admin permissions and this time worked but I want that VSC and Live Server work…
0
votes
1 answer

HTML feature only works when launched as Live Server (or opened in Internet Explorer Mode)

I am migrating a functionality for importing Icons into powerpoint from an Internet Explorer based solution to a more modern solution, as the Internet Explorer is no longer available. For this I am currently implementing a WebView2 based…
1 2
3
12 13