vietnam-devs / coolstore-microservices

A full-stack .NET microservices build on Dapr and Tye
https://vietnam-devs.github.io/coolstore-microservices
MIT License
2.48k stars 581 forks source link

Issues while accessing microservices on the browser. #88

Open odidev opened 1 year ago

odidev commented 1 year ago

I am working with coolstore-microservices on the Linux/AMD64 Ubuntu AWS instance.

I installed tye, dapr and dotnet-6.0, and initiated dapr with dapr init.

Then, in the root of the coolstore-microservices repo, I executed tye run.

I could see the logs running and also I am able to curl to http://localhost:8000/ from the AWS instance.

However, I am unable to open the application on the browser using my instance’s IP and port 8000.

In tye.yaml, I updated localhost with my AWS instance’s IP address, but that didn’t help.

Can you please provide me with some pointers on where can i add my AWS instance’s IP address to browse the coolstore microservices on my browser. Instead of localhost?

Kindly let me know if you need any other information from my side.

odidev commented 1 year ago

Hi Team, a gentle reminder!! Can you please look into this ticket?