Skip to main content

All Questions

Tagged with
0 votes
0 answers
37 views

Is there a way to keep my program alive if the server it needs to connect to is not up and listening yet?

So I've been trying to figure out how to keep my program alive if this separate server that I'm running is not open yet. Right now my program's site pulls up successfully but then the second I try to ...
Nash Carroll's user avatar
-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
0 votes
0 answers
20 views

Failure on deploying node.js applications in cpanel

Unfortunately I'm having difficulties hosting my node.js application. I'm having errors and failures. Firstly, cpanel said that there was a possible error in package.json, it said that it contained ...
Hélder De Pégaso's user avatar
0 votes
0 answers
42 views

How do I kill or close a port

Because I am getting the following error message on my server when I try to run my webhook_server.js application: code: 'EADDRINUSE', 0|webhook_ | errno: -98, 0|webhook_ | syscall: 'listen', 0|...
SirBT's user avatar
  • 1,648
0 votes
0 answers
32 views

Node.js Server Error: EADDRINUSE - Address Already in Use Despite Terminating Process

After 1st time successfully started server and when I again start my server then I'm encountering an issue with my Node.js server where I receive the following error message: node:events:496 throw er; ...
sujal8976's user avatar
0 votes
1 answer
14k views

ERROR - Container xxx didn't respond to HTTP pings on port: xxx, failing site start

I am testing the Azure Service App service to deploy an application in Nodejs (nextjs on the front and nestjs on the back). I created the instance in Linux, and linked my code to GitHub to use it with ...
Diego Bisego's user avatar
0 votes
0 answers
27 views

Getting "Jest did not exit one second after the test run has completed" error for test script which was originally passing

I'm getting Jest did not exit one second after the test run has completed. error in my test scripts which were working before I added the port settings to app.js which were in www before. Now I can't ...
Piyara's user avatar
  • 1
0 votes
0 answers
28 views

How do I serve my Node.js application on a subdomain?

I have a web server running at mydomain.com and a Node.js application on a different server which I can get to through 111.111.111.111:8000. I'd like to make this Node.js app available through my ...
ChocolateCyanide's user avatar
0 votes
0 answers
26 views

Best approach to determine PORT number in nodejs app if I need to know the PORT number for other apps

I've created a local electron app that uses a simple node.js server, and for now, I've set the PORT to listen on 3000. I also have a chrome extension that needs to communicate with this app. They both ...
Ali's user avatar
  • 139
0 votes
0 answers
62 views

Unable to kill port 4200 while having IntelliJ open

When I try to run my angular UI with port 4200 with IntelliJ, it said the port is in use. What I've tried I tried to run npx kill-port 4200, it didn’t work. I tried to run taskkill the PID linked to ...
w97802's user avatar
  • 119
1 vote
1 answer
95 views

Why pressing Ctrl + C to interrupt a node js server application doesn't close previous opened ports?

I have an express server on localhost:3000. The problem is whenever I restart the server I get: EADDRINUSE. So the server will run on port 3001. I have solved this problem by manually killing PID ...
Joaquin Rodriguez's user avatar
0 votes
0 answers
57 views

Enable websocket connections

I have a backend www.backend.io with nodejs as follows: #!/usr/bin/env node var app = require('../app'); var debug = require('debug')('flapper-news:server'); var http = require('http'); var https = ...
SoftTimur's user avatar
  • 5,234
0 votes
0 answers
103 views

Trying to build AN API by connecting frontend (Flutter) to backend (Node.JS)

So right now I am trying connect the backend (Node.JS) to the frontend (Flutter). But I'm not able to, I just get a connection error. I believe this has to do with the fact that the terminal isn't ...
Cordev87's user avatar
0 votes
0 answers
35 views

How to capture a dynamic port before a websocket connection closes from "connect ECONNREFUSED 127.0.0.1:3003"

I'm new to the concept of websocket connections and unsure how to approach this problem where the connection closes with an e.reason connect ECONNREFUSED 127.0.0.1:3003. I can only assume there is a ...
simply.vivian's user avatar
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

15 30 50 per page
1
2 3 4 5
34