mguay22 / nestjs-microservices

114 stars 58 forks source link

app stay in Sending request... #2

Open husin-sajjadi opened 1 year ago

husin-sajjadi commented 1 year ago

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

reyco1 commented 1 year ago

Im having the same issue

UsamaShahzad7 commented 1 year ago

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

whovishnu commented 1 year ago

Same here also

rasulrukhilloev commented 10 months ago

just give the TCP a different port and it will work