Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [localhost]

In computer networking, localhost is the hostname given to the address of the loopback network interface. It is used by a host to access network services running on itself.

localhost
-1 votes
0 answers
20 views

my php local host doesn't seem to be working and keeps giving this error(Fatal error: Failed opening required '4000') [closed]

i installed php with homebrew and then used localhost : 4000 but i can't connect my php file, and it keeps giving these 2 errors Fatal error: Failed opening required '4000' (include_path='.:/opt/...
abdelrahman farag's user avatar
0 votes
1 answer
22 views

Django local server deployment on windows

I have a Django project that has to be installed on local servers for multiple customers. I've looked into utilizing Docker, but I can't find any solid information about how to use it on local hosting....
Tinashe Mphisa's user avatar
0 votes
1 answer
19 views

https problem with Android application local testing

I'm trying to test my android app locally. The app has to fetch data from 192.168.1.16. The local server certificate is a self signed certificate, so I did what I found here and there on stackoverflow ...
fpierrat's user avatar
  • 786
0 votes
0 answers
12 views

Slow localhost response time when connected to wifi

We have a React/Django app with docker-compose at work. Any request to localhost takes 8 seconds: ab -n1 http://localhost:8080/ This is ApacheBench, Version 2.3 <$Revision: 1879490 $> Copyright ...
Earendil's user avatar
0 votes
0 answers
32 views

The term 'iisexpress-proxy' is not recognized as the name of a cmdlet

NET FRAMEWORK project I wrote these steps in powershell to access Localhost from other devices (IISEXPRESS-PROXY): npm install -g iisexpress-proxy npx iisexpress-proxy localPort to proxyPort Set-...
Büşra Güler's user avatar
-2 votes
0 answers
15 views

Big Dipper Evmos Ws Connection [closed]

trying run Big-Dipper UI for Evmos node Got for ws firefox can't establish a connection to the server at for ws://localhost:26657/websocket Tested ws connection on evmos local node all works ...
Руслан Миров's user avatar
1 vote
1 answer
35 views

Changing links dynamically for locally hosted wordpress site

I'm hosting an old wordpress site locally with xampp. Most of the links are localhost/wordpress on the machine. When external traffic accesses the site they do it with IPaddress/wordpress. I've got ...
J W's user avatar
  • 11
-1 votes
0 answers
12 views

Erreur de connexion Localhost:3000

Bonjour Actuellement je travaille sur un projet de réseau Social en utilisant Angulaire et le backend server.js. Dans le navigateur localhost:4200 j'ai crée un onglet "profile" où quand je ...
Juan's user avatar
  • 1
0 votes
0 answers
76 views

net::ERR_CONNECTION_RESET when trying to fetch/getting data from localhost http server

I got a http server in C++ running on my localhost to get some data transfered to my electron react frontend. Unfortunately I run into heavy issues and I tried googling all day & night. It uses ...
H 1's user avatar
  • 1
2 votes
1 answer
75 views

Serving html using C++ - loading page error

I was trying to serve an index.html file from the current directory (I changed it to just "Hello" for testing purposes). I see the page for a split second and then it just gives me this: ...
Pastori's user avatar
  • 35
0 votes
1 answer
19 views

I'm trying to make an API request from my react native app. In isolation, the api works with the correct authToken but doesn't in my react-native app

Whenever I run it on my web browser, I get an error that says "Uncaught error. Failed to fetch" Here's the code that causes the problem. useEffect(() => { const fetchTweets = ...
Efojensen's user avatar
0 votes
0 answers
22 views

What command do I use to run my node backend?

I have a MERN stack application from about a year ago, and I am trying to run it on my local again, but can't seem to remember what commands I used. I managed to get the React frontend running on ...
curtis's user avatar
  • 19
1 vote
1 answer
27 views

how to resolve localhost not secure problem with vite?

I'm working on a personal project developed with react + tailwind + vite. in my sign-up component, I need to POST some information from the client side ( localhost:5173 ) to the server side ( ...
sorooshdp's user avatar
0 votes
0 answers
22 views

using ip address connect frontend (next.js) and backend (Laravel) in single pc

Thank you for taking time to read my question. i have frontend (next.js) project and backend (Laravel) project and i have to connect and test both in in single one pc how to do the setup please help i ...
ritik bisen's user avatar
0 votes
0 answers
33 views

Codeigniter 3 won't show in localhost

The output when I entered localhost/[folder_project_name] For information, this folder I've got is the source code for my project. This source code given to me from the lead. I want to make similar ...
Firrizq's user avatar

15 30 50 per page
1
2 3 4 5
683