API requests with rasa server working weirdly

I set up a Rasa server and tried sending API requests over through postman.

I then start the Rasa server using Rasa shell before sending the post request over.

The following is the API endpoint I used.

http://ipaddress:5005/webhooks/rest/webhook

The following is a sample of my body of the API request I sent over : {

“sender”: “test_user3”,

“message”: “hi”

}

However, the request does not finish sending. The response only appears after I cancel the Rasa server from running. Can anyone tell me why this is so?

Hi @nlpforlife. What response do you get when you run a health check? What about when you check the status? And what version of Rasa Open Source are you using?