Getting empty response from action response

Hi,

Querying bot on postman is getting me an empty response and on viewing current state (using tracker) also the latest_message block displays empty response. This usually gets resolve on running bot again but some times it does not gets resolved from that. It is strange as it happens with random custom actions , these actions works fine i have cross checked them. Their is no error in any of the side also i.e bot’s and action server!

Here is the impplementation -

localhost:5005/conversations/default10/respond?token=rasabot

{“query”:“employee code is 65412378”}

my action server does not takes up the post request i have noticed at the time of empty response i.e when my bot puts up a POST request with query to action server but action server does not gets the request and thus i am getting empty response

image