POST data not send when executing request in monitor

I run a collection as a monitor. When executing the request directly from the postman app, they are successfully executed. When run in monitor, all POST requests are send without their body attached, resulting in an error response for a bad request.

The request signature is as follows:

Headers
Content-Type: application/json

Body
β€˜raw’
{ β€œdata”: { β€œId”: β€œ4”, … } }

What could be the reason for postman to not send the data?

@Conversional can you confirm that your request is saved and the app is in sync? The sync icon on the top right should be orange.

If yes, can you consistently reproduce this is issue? Maybe a sample collection which can help us understand better.

Thanks for the feedback. The issue persisted until I set a delay between requests. Now with the delay everything works as intended.