Unable to communicate with another container in the same container apps environment with ingress set to app environment
I am using the REACT app for the front end and Fast API for the back end. I deploy them as container apps in the same container app environment and resource group. Ingress for the React app is set to public. When ingress is set to public for the backend app, the backend gets the request and sends the response. When ingress is set to limited to the app environment the front end is unable to communicate to the backend.