Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live server not working #3054

Open
Nachiket9127 opened this issue Dec 8, 2024 · 2 comments
Open

Live server not working #3054

Nachiket9127 opened this issue Dec 8, 2024 · 2 comments

Comments

@Nachiket9127
Copy link

Type: Bug

live server not working everytime i have to open new page to see changes

Extension version: 5.7.9
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Windows_NT x64 10.0.26100
Modes:

System Info
Item Value
CPUs AMD Ryzen 5 5500U with Radeon Graphics (12 x 2096)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 5.85GB (1.01GB free)
Process Argv --crash-reporter-id b2e078b1-554d-4da6-b0cf-9b795275f0d4
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvspyt551:31179978
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupytercf:31046870
newcmakeconfigv2:31071590
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530

@mudassir-jmi
Copy link

I think, The problem is likely because of file-watching limitations, browser caching, or misconfigurations.

Live Server Settings:

Increase "liveServer.settings.wait" to 1000.
Enable "liveServer.settings.fullReload" and "liveServer.settings.useWebSocket": true.
Clear Browser Cache: Use Incognito mode or clear the cache to avoid caching issues.

Workspace Verification:
You have opened the folder and not just individual files in VS Code.

Disable Conflicting Extensions: Disable other extensions and restart VS Code.

Update/Reinstall: Update or reinstall Live Server in case of config corruption.

Debug:

Open Developer Tools (F12) within your browser and look for errors involving WebSocket.
Look in VS Code's output terminal to view Live Server logs.

@cgift67
Copy link

cgift67 commented Dec 23, 2024

please i want to download live server it isn't downloading
please what can i do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants