Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
444 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have deployed two services on Container Apps, both setup using Fastify, both with Dapr enabled.
I cannot seem to get the POST requests between the two services working. If Service A make a POST request with a request body to Service B, the request.body
turns out to be an empty string in Service B.
However, if I invoke the POST route of Service B directly on Postman with a JSON request body. It works fine.
I cannot figure the reason why.
And advice is appreciated !