Skip to main content

Questions tagged [liveserver]

The tag has no usage guidance.

0 votes
0 answers
10 views

Use common directory for JS modules with apps in different directorys

Using vscode Live Server, I'm loading an HTML file that lives in App1 (see below). The HTML has a tag to include my JS app and another to include another JS library needed by the app. The library is ...
sizzzzlerz's user avatar
  • 4,446
0 votes
1 answer
19 views

Live Server in VS Code shows same content for multiple HTML files instead of different content

I've been working on the Odin Recipe Project, which can be found here: https://www.theodinproject.com/lessons/foundations-recipes I've encountered an issue which I've captured in a screenshot. (https:/...
Lesego Samane's user avatar
-3 votes
0 answers
15 views

Why does the application only work with the Live Server extension? [duplicate]

I was running a project for a game similar to Mario using the Kaboom.Js library, I finished the project and everything was ok. But when I run the project through index.html the complete game does not ...
c4xp's user avatar
  • 77
0 votes
0 answers
29 views

ffmpeg library resizing and uploading output file in the folder on localh but on server file doesn't upload after resizing

Here is my function: try { if (!empty($_FILES['file2'])) { $files = true; // Handle the file uploads $files2 = $_FILES['file2']; $maxFileSize = ...
user24973246's user avatar
-1 votes
2 answers
39 views

HTML & CSS - VS Code - Live Server Extension issue

I have an issue with the Live Server extension in VS code. I'm learning html & css and I installed the extension when I was working on a file website.html in a folder named Lesson 1. It worked ...
Jorys MAHAMBA's user avatar
0 votes
1 answer
42 views

How to fix a live server webpage that is opening but not being loaded in browser?

I have the live server extension installed in VS code and open up to a http://localhost:5500/ webpage. The contents of my HTML file are instead replaced by the following error message: This site can’t ...
Monnt's user avatar
  • 13
0 votes
0 answers
12 views

Express-session session undefined (express on localhost:3000 client on liveserver)

I am running the server no localhost:3000 and the client on liveserver (127.0.0.1:5500). When i login it creates a express-session (it returns session created successfully) but when i try to access it ...
idsQme's user avatar
  • 3
-1 votes
1 answer
39 views

How to solve "cannot import name 'livereload_host' from 'livereload' "

I'm getting this error when i enter "python manage.py livereload" after changing all the parameters in django app I'm using django-livereload-server "C:\Users\ADMIN\Desktop\projects\...
Justine Biju Paul's user avatar
0 votes
0 answers
27 views

HTML opening with VS Code Live Server buth not from my local files

I have an issue with this HTML code using d3.js. It's working fine as long as I open it with Live Server on VS Code, but once I open it from my local files it doesn't show the graphs it creates, I was ...
SAMG23's user avatar
  • 57
0 votes
1 answer
32 views

index.php file not live reloading with Live Server VS Code extension, Live Server Web Extension, and PHP Server VS Code extension

I'm trying to make my index.php file live reload using three different tools: Live Server VS Code extension (Name: Live Server Id: ritwickdey.LiveServer Description: Launch a development local Server ...
resource's user avatar
-4 votes
1 answer
41 views

My page becomes unresponsive when I attach the .js to the .html in VS Code

The Chrome Page becomes unresponsive when I attach my JavaScript file to my HTML file and as soon I remove my .js file the page again start to run properly. I am having issue with live server not ...
Deepak Singh's user avatar
0 votes
0 answers
25 views

npm live-server issue with updating simple CSS file

I have this very simple HTML file with a seperate CSS. It's the most basic code (there is no error in the code i can guarantee that). When I go in VS Code and type in the terminal "live-server&...
meowalarm's user avatar
0 votes
0 answers
22 views

Live server doesn't load like the templates of frameworks like Jinja or Vue.js

I don't know how does live server works per se, but when i use it to render html pages which include syntax and logic of templating engines like Jinja or Vue.js , instead of live server like ...
Jahan Zaib Ejaz's user avatar
0 votes
0 answers
49 views

Issues with VS Code Live Server and Chrome

I use Google Chrome as my default browser and every time I check my code on the Live Server lately, an extra box appears at the bottom of my work. When the html is exported, it looks fine and when I ...
alli94's user avatar
  • 1
-1 votes
2 answers
27 views

VSCode Live Server typo in address

I'm not sure why, but when Live Server goes live for me, it always resolves the http address without the colon. VSCode HTTP Typo I've looked through the settings.json for Live Server and I don't see ...
Jkholzsager's user avatar

15 30 50 per page
1
2 3 4 5
14