ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
801 stars 332 forks source link

Web Extension not reloading file at all #72

Open se7enek opened 3 years ago

se7enek commented 3 years ago

as seen on image, https://i.imgur.com/4FvR1dR.gif upon changes (save of file), page remains unchanged until manually refreshed.

  1. I opened xampp directory in VSCode.
  2. I run Live Server
  3. I configured extension (lower field for the page thats automatically run on liveserver launch, upper field for working address of xampp)

image

What can i do to make it work?

se7enek commented 3 years ago

P.s. i tried adding/removing all the slashes or "http://" but none seems to work

se7enek commented 3 years ago

Ok apparently tried to change Actual Server Address from: "http://127.0.0.1/webapp/" to "http://localhost/webapp/" and it worked. But afaik it is the same exact thing so i guess somethings missing in ur code.