nestjs-microservices icon indicating copy to clipboard operation
nestjs-microservices copied to clipboard

app stay in Sending request...

Open husin-sajjadi opened this issue 2 years ago • 4 comments

Hi, Thank you for your sample projects. I run all apps with npm run start:dev, But http://localhost:3000(sample-backend) stay in "Sending request..." mode in a long time via Postman. And when I stop sample-communication, sample-backend and sample-analytics works fine. Could you please help me to find the problem? I guess this is due to not having a port in sample-communication. Because when I add a port for sample-communication(like sample-analytics), It works fine too. 02 01

husin-sajjadi avatar Feb 24 '23 19:02 husin-sajjadi

Im having the same issue

reyco1 avatar Mar 31 '23 20:03 reyco1

I am having the same issue , when communication microservice is not started , backend keeps working . But as soon I start the communication service the request doesn't work with the API Gateway

UsamaShahzad7 avatar Apr 04 '23 13:04 UsamaShahzad7

Same here also

whovishnu avatar Aug 19 '23 09:08 whovishnu

just give the TCP a different port and it will work

rasulrukhilloev avatar Dec 03 '23 00:12 rasulrukhilloev