I'm also having the same issue but with Django app and also narrowed down to Container App Dapr issue because request from Postman or local Docker container Dapr work successfully. Can someone from Azure help take a look at the issue?
POST request body is an empty string during service invocation between Dapr sidecars
Liam Leung
5
Reputation points
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 !