.NET Core ReactJS Deployment in AWS
When I deployed the Angular/React frontend and .NET Core docker backend in AWS EC2 Linux, there is an issue that the frontend can’t call the backend using http:localhost:port
inside ec2 locally.
When I deployed the Angular/React frontend and .NET Core docker backend in AWS EC2 Linux, there is an issue that the frontend can’t call the backend using http:localhost:port
inside ec2 locally.