Questions tagged [localserver]

Refers to issues related to running a local server (usually web).

A local server is used test applications locally before deployment to a production or formal test environment. Usually refers to a web server.

211 questions
-1
votes
1 answer

Google Pagespeed insights on local host not working

I am trying to run webpage insights on a website by first downloading it locally and then using local server to test it. But, I am getting error like Performance Score = {'error': {'code': 500, 'message': 'Lighthouse returned error:…
-1
votes
1 answer

How to create a local webserver in cordova android app to use a-frame

I'm trying to use a-frame in my Cordova android app but when I try to access other local files or https websites I get an error telling me I can't work from file://: HTML file is currently being served via the file:// protocol. Assets, textures, and…
-1
votes
1 answer

Local Angular server and Local node server not working for external devices

I'm developing my MEAN application fully locally (Angular frontend and Node Backend). To test this I'm using my mobile with angular command ng serve --host command. When I run my application data from the local node server not loading to mobile but…
Inod Umayanga
  • 114
  • 1
  • 7
-1
votes
2 answers

D3.json Unexpected token with Node.js Server

trying to learn D3 I wrote the following local server: const http = require('http'); const fs = require('fs'); function onRequest(request, response) { response.writeHead(200, {'Content-Type': 'text/html'}); fs.readFile('./index.html',…
user3755529
  • 1,050
  • 1
  • 10
  • 30
-1
votes
1 answer

using handlebars , js node and express " error: Failed to lookup view "error" "

i am using handlebars with js rendering through express I am having issues solving the error. every time I run the localserver/300 I get an Error: Failed to lookup view "error" in views directory . not sure if I am missing something please see my…
Zrushb
  • 43
  • 1
  • 6
-1
votes
1 answer

Can't map a folder using "net use" command

I wanna map a folder that is shared on a local server. I can do it when I connect to the server like: \\192.168.xxx.xxx and just select the folder and map it. What I can't do is map the folder directly from powershell. I'm trying something like…
Oskar
  • 37
  • 1
  • 3
-2
votes
1 answer

How to find empty port on windows to to run xampp?

So I usually code in python. And for some academic reasons, I am trying PHP. To run I need an apache server. And apparently, I cannot run xampp properly no matter how much I change port. So I would like it if you had the same problem and could…
-2
votes
1 answer

Running a local server for javascript but still not able to load favicon images

I'm running a local server but my console says that it still can't load the images from my system. My images are inside a folder and I'm trying to load it. I have tried using several servers - xampp, npm node.js, vscode live server, servez and even…
rishi
  • 643
  • 5
  • 21
-2
votes
2 answers

Q: What should I use to create simple local web app that stores and give out information

I am just a regular employee with a "clerical/paper work job" and I just wanted to automate my work and make it more easily for me to grab the information i would need. I have learned a little bit of: HTML, CSS, Bootstrap, c# and right now im trying…
drew luna
  • 9
  • 4
-2
votes
1 answer

how to know the sutible PHP version to use with PHP Zend framework version?

I have a project that is built with PHP Zend framework, but when i ran it i got errors that is probably due to the current php version i am using in Xamp, so i need to figure out the suitable php version to install in the local server (Xamp or Wamp)…
Ali
  • 1,633
  • 7
  • 35
  • 58
-2
votes
1 answer

Xampp in chrome works fine but not open in mozilla browser

I have recently install Xampp PHP 5.2.0 . After setup the settings, I found it well working in Chrome but in Mozilla, it is not working. Display "It works!". Thanks in advance.
-2
votes
1 answer

How to send data via HTML

Hi I need send actual time via html, like: /time_12:12_1.1.2018 on action on button or automatic. I have codes but I don´t know how to connect it. TIME: Sending…
-2
votes
1 answer

android upload file on shared folder inside htdocs

I need to upload file on shared folder inside lampp ht-docs directory. The file is inside internal storage. I have also path of that file with me. I have tried some of the solutions but it is not moving file to that shared folder inside lampp…
Jay Rathod
  • 11,131
  • 6
  • 34
  • 58
-2
votes
1 answer

How to hide modem setting page from public IP

I have a problem setting up a test server on my local machine, whenever I open my public IP (122.168.XXX.XXX) from a web-browser it opens my D-Link modem setting page instead of denied access. It means that my modem setting page is open to public…
-3
votes
2 answers

CSS Not properly Working in localhost

I’m using localhost for wordpress theme development by xampp server. When I change in my css file it not work instantly. Its work may be after 3-4 hours. css dynamically linking is ok. Wht’s the problem plz.?
Hasan
  • 35
  • 1
  • 8
1 2 3
14
15