Skip to main content

All Questions

Tagged with
-1 votes
0 answers
12 views

How to run a react app with wamp with ports 5173 and 3000?

I am using React Node js with wamp server. My react app is running localhost:5174 successfully. Server is running 3000. But If am using virtual host appserver:5174 , front end is working , after ...
Linus Soosai's user avatar
-3 votes
1 answer
80 views

Cannot connect to running Docker container from locally run Golang

I have a container running on my local with docker run \ --publish 8081:8081 \ --publish 10250-10255:10250-10255 \ --interactive \ --tty \ mcr.microsoft.com/cosmosdb/linux/azure-...
Andres's user avatar
  • 9
-1 votes
1 answer
62 views

Change the port of a Process(WIn11)

For my Coding project I need my application running on localhost:5000 since everything else was set up around that. After starting my backend it said the address is already in use, which I checked: ...
user24468434's user avatar
0 votes
0 answers
20 views

Two nginx servers on different ports

I am a front-end developer with some DevOps skills. Currently, I am using my MacBook Pro (M1) for website development. I have set up two user accounts on my MacBook: one for my freelance projects and ...
Mr. Sam's user avatar
  • 395
0 votes
0 answers
18 views

Laravel Image showing if write port in address but xampp is wierd

I have this address and show the image if call artisan serve with port 8000 ! http://localhost:8000/storage/images/2024/02/11/img1.jpg if I try it with this : php artisan serve --port=80 address must ...
Sam Mir's user avatar
  • 41
0 votes
0 answers
89 views

localhost port blocking on all browsers (using windows 10, 64 bit)

I am using a web-browser just to display data from my application ... example URL would be something like http://localhost:11234 (11234 is a listener port, btw http://127.0.0.1:11234 isn't working ...
Snafo's user avatar
  • 1
0 votes
0 answers
205 views

my app doesn't stop running when i close vscode

I work part time while i code in my free time specifically mern stack. Since i work using my laptop, i basically just stop coding, open outlook and get to work instead of actually stopping the app ...
gerard's user avatar
  • 391
0 votes
0 answers
116 views

Unable to connect to postgresql server using local ip address

I'm using python & postgresql, I have setup a server to run python scripts which inserts data into my postgresql db. However, I've only ever used localhost before to connect to my db and now i ...
kie_codes's user avatar
  • 127
0 votes
0 answers
336 views

How to access nextjs app from another computer on the same network

This question seems easy, just go to the local ip of the computer that is running the server, add the port and you should see it. And I did that. These following addresses all work on the computer ...
MyselfAndOnlyMe's user avatar
0 votes
1 answer
176 views

How to share frontend localhost which is connected to backend localhost?

I wanted to share my Full Stack WebApp with testing members before deployment. I tried using ngrok and localtunnel.me, but I was only able to share the frontend, since, both frontend(localhost:4200) ...
Purushottam Nawale's user avatar
0 votes
2 answers
1k views

Flutter App Host Errors "Failed host lookup: '$host'"

When i run my flutter app in the debug console within visual studio code. I get the following messages "Launching lib\main.dart on AOSP on IA Emulator in debug mode... √ Built build\app\...
HungerMadra's user avatar
0 votes
0 answers
19 views

Local Host web not showing to other diveces connected to same network

So when i go live with live-server or with npm start in react i have seen youtube videos that you can access your web from other devices connected to the same network.But my problem is that even if i ...
florian dollani's user avatar
1 vote
1 answer
1k views

ngrok ERROR: Tunnel 'command_line' specifies an invalid or malformed address

I am currently running a local webpage on port 8080 like so localhost:8080/viewer/ I want to quickly share the webpage with a co-worker, so I downloaded ngrok Whilst I can set up a link for 8080 by ...
User_289's user avatar
0 votes
1 answer
216 views

I need to start Apache using XAMPP, however Port 80 is blocked by a company service

I'm writing a project using php and html. Since my project will be interacting with MySQL soon, I need to start it properly using XAMPP. However, the default port is occupied by a company service. Our ...
Lovahrk's user avatar
  • 23
3 votes
0 answers
395 views

Quarto Project specify port for localhost

Whenever I render a quarto project in rstudio by hitting the "render"-button it uses a random port for the localhost. The manual states one can insert: project: preview: ...
Kilsen's user avatar
  • 65

15 30 50 per page
1
2 3 4 5
15