Questions tagged [liveserver]
185 questions
1
vote
0 answers
VSCode/NodeJS live-server execution issue
Getting an error while running live-server command on VSCode and as well as on Command Prompt.
File cannot be loaded. The file is not digitally
signed. You cannot run this script on the current system. For more information about running scripts and…

Prashant Sengar
- 11
- 1
1
vote
0 answers
Hot Reload not working in my PC, (vite React, CRA, live server) but none of them work
i have tried all technologies that use hot reload (vite React, CRA, live server) but none of them work.
I also compared it with my other laptop, with all browser settings in sync, but it still doesn't work, I think the problem is with my PC
the…

Rafiee
- 11
- 1
1
vote
1 answer
How does the VS Code Live Server extension refresh the page?
There is this extension in VS Code marketeplace which is called Live Server. Basically what it does is that it starts listening on some port (5500) on localhost and serves the file opened in VS Code on that server. The interesting part about live…

Pexicade
- 31
- 1
- 5
1
vote
0 answers
How to stop loading the whole application when making changes in CSS?
When I try to make changes in the design (usually CSS files and other styles), my whole application reloads. But I just want to see the CSS changes? I tried everything, using Live Server, Live Reload and other extensions in Visual Studio Code. I am…

Sagar
- 11
- 1
1
vote
0 answers
405 (Method Not Allowed) problem -> POST method
I want to create a form that send an email written by the user, but I get this problem whenever I click the submit button (405 (Method Not Allowed) in console), and I want to show a text from PHP file as a test, I'm using live server and VS…

AyanoQ
- 48
- 6
1
vote
1 answer
Is there a way of solving Uncaught Reference error and stating correct ORIGIN of a socket.io server on the client side when using vscode live server
I ran a socket.io client code using the liveserver extension on vscode and because i am using the version 2.5.0 i had to make use of socket.io wildcard I then ran the code and got 2 errors in the console from the first error there's apparently a…

Exboy
- 79
- 7
1
vote
0 answers
Live Server ENOENT: no such file or directory, open Error
My Live Server extension stopped working after reinstalling node js. In the runtime status tab of the extension, it says ENOENT: no such file or directory, open. It does not open browser, go live button doesn't work as well. I tried adding…

Arphis
- 11
- 2
1
vote
2 answers
Tailwind__css- live server not working properlly
This is my first time in here so at first I want to say Hello to everyone!
I just start using tailwindcss , I've watch few tutorials on YT and I've done exaclly everything as in video.The issue I got with live server extension, I have to press…

OlafZ
- 21
- 2
1
vote
0 answers
VSCode Extension "Live Server" and nginx proxy
I'm wondering if anyone knows what the correct configuration is for getting the VSCode extension "Live Server" working with Nginx proxy. I want to proxy the extension from a subdirectory "/live".
The initial server shows up correctly via ex:…

Peter Tucker
- 13
- 2
1
vote
1 answer
Deploy Laravel project in server without changing the public folder path
I have found a solution for laravel Deployment
Most of us are stucked in the laravel deployment in server, most reason is changing the public path and modified the server.php
Please find the answer below:-

Shashikant
- 126
- 7
1
vote
1 answer
Serve any pre-built static site using Hugo server command?
Is it possible to serve a static site, not necessary a hugo one, using hugo server command?
cd /path/to/some/static_site
hugo server [option for watching and serving site(NO BUILDING)]
The idea is to use Hugo as a live server during…

aarongile
- 83
- 1
- 5
1
vote
1 answer
LiveServer (Ritwick Dey) not reloading during inspect element
New dev here, I'm having issues with my LiveServer in VSCode.
When I open the LiveServer on Chrome and make changes, it'll reload without any problems however, when I inspect element the page and make some changes to my HTML and then save it, the…

LamrinP
- 11
- 1
1
vote
1 answer
TailwindCss classes are not reflected when i start live-server
This is my first time trying to use tailwind css and its been a hassle trying to set it up for days now without success, followed a youtube video for absolute beginners till the end everything was fine until time to load live server and classes just…

user17947360
- 11
- 2
1
vote
0 answers
Html page only working properly on live server/localhost but not when opened directly in browser
My html page uses some animations and css mask properties.
When hosted with either liveserver or localhost, everything works fine.
however, whenever i just double click the index.html page, my mask image is not showing for some reason, and i…

alexis
- 21
- 2
1
vote
1 answer
React project Live Server in VScode not opening Chrome, maunually type in end up in listing
wired situation. been replicating some React materials. When use live server, one project opens fine chrome, however, another one one not opening at all, if I type in the IP, I always end up with a listing of the project folder.
This one not…

CoderLBY
- 89
- 9