localhost Questions
14
I have a mongodb database running on the default port 27017 in a docker container.
Is there a way to connect to the database with the mongodb compass GUI running natively on my ubuntu OS?
11
Solved
I have a project in my local created with Spring Boot, java, jHipster, Angular, etc and I want to run it. Usually I have used mvnw to run the project. Now I changed computer so when running mvnw in...
3
Solved
I cannot access a web server on localhost port 5000 on macOS v12 (Monterey) (Flask or any other).
E.g., use the built-in HTTP server, I cannot get onto port 5000:
python3 -m http.server 5000
... (...
Transition asked 3/11, 2021 at 0:27
16
Solved
I am facing strange issue on chrome while debugging local ASP.NET application on chrome. I am not able to open localhost without https. With Https it's giving error: Your connection is not private ...
Abscissa asked 19/5, 2017 at 9:47
29
Solved
I am working on a mobile website and would like to test it using my iPhone browser. My Windows 7 machine and iPhone are on the same wireless network. How do I access localhost from the iPhone? Righ...
4
Solved
So I've done php -S localhost:8000, but I don't need it anymore, I need my 8000 localhost back. How to stop the php server?
Lorna asked 25/7, 2016 at 6:39
3
Solved
In order to use a module I want to integrate into my application (I am developing locally), I have to do two things:
1) Make my application run locally on HTTPS.
2) Run the application with a speci...
Noe asked 2/7, 2015 at 18:20
4
I've looked here on SO and I've found a few posts about redirect_uri but I can't seem to figure out how I use Localhost as my redirect uri . Hopefully anyone can explain this to me.
With kind rega...
Orchid asked 5/7, 2016 at 7:55
19
Solved
Trying to follow various instructions on creating a self-signed cert for use with localhost, Most of the instructions seem to be for IIS, but I'm trying to use Nodejs/Express. None of them work pro...
Locus asked 28/1, 2014 at 5:46
4
I have a VUE application and I need to run it on an external link not on localhost.
I tried to create a
vue.config.js
devServer: {
host: 'http://my-testing-web-address.com',
port: 8080,
...
}
...
Convexoconcave asked 3/5, 2019 at 9:55
6
Solved
apache tomcat is not working on port 8080. I tried to figure out what program is running on port 8080 with the netstat command
**C:\Users\SGaiks>netstat -aon | find ":8080"
TCP 0.0.0.0:8080 0...
5
Solved
I am a windows user. I installed Windows Subsystem for Linux [wsl2] and then installed docker using it. Then I tried to get started with OpenSearch so I followed the documentation in the given link...
Menefee asked 18/1, 2022 at 16:41
7
I have 2 computers. when I open the project with live server on the first one it gives me this url 127.0.0.1:5500/index.html
I want to put that url on the other computer's browser but it doesn't wo...
Bareback asked 19/9, 2020 at 10:40
5
Following on from my last question Error: No module named psycopg2.extensions, I have updated my mac OS to Mountain Lion and installed Xcode. I have also installed psycopg2 using 'sudo port install...
Catamnesis asked 11/10, 2012 at 12:10
5
I have a website which requires authentication from another site to login. Both are different domains.
I have enabled the samesite by default cookies flag from chrome://flags. Just to check how ch...
Lash asked 5/2, 2020 at 4:30
9
Solved
I ran the php server on cmd using php -S localhost:8080, like this:
And I got this problem opening the localhost:
What do I supposed to do?
1
I've been facing this issue where the Jupyter notebook terminal closes thereby shutting down all python kernels I'd be working with at that time. The terminal shows this error message:
ConnectionRe...
Agglutination asked 15/1, 2021 at 17:36
5
Solved
When trying to access sites on my localhost the connection is refused. Two days ago the set up was working without issues with multiple virtual hosts configured. I'm not aware of any changes that c...
7
Solved
I am trying to write an WEB API from .net and trying for my Android Application to query some data from the sql server database.
I have the web api written and it works well in debug mode.
My que...
15
Since setting up my development environments on Mac OS X Lion (brand new macbook air purchased in January 2012), I have noticed that resolving to a virtual host is very slow (around 3 seconds) the ...
Lamberto asked 8/4, 2012 at 16:57
20
Solved
What can I do in the Android emulator to connect it to my localhost web server page at http://localhost or http://127.0.0.1?
I've tried it, but the emulator still takes my request like a Google se...
Onto asked 27/4, 2011 at 15:1
6
Solved
I'm creating an application, the front end in React JC and I have a basic REST api made with Node JS. When I try fetch data from localhost:3001/user/:id for example on postman - everything works 10...
4
Solved
I started a local http server on Android and it can be reached by other computers in the same local network. But if I try to access this server using opera on the same phone, it won't work. So this...
9
Solved
All of a sudden I seem to have an issue with Google Chrome using localhost.
I'm trying to access any of my development sites (using Ampps) and I get the following error:-
Your connection is not...
Shinny asked 7/12, 2017 at 17:9
1
I want to have the Next.js documentation available for reference when I'm offline, how do I download and host it locally. I wanted to clone the Next.js repo which has the docs within it but all the...
Anasarca asked 4/5, 2023 at 12:47
© 2022 - 2025 — McMap. All rights reserved.