nestjs-microservices
nestjs-microservices copied to clipboard
app stay in Sending request...
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.
Im having the same issue
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
Same here also
just give the TCP a different port and it will work