You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: