Error: Failed to validate Action server response from API, make sure your response from the Action endpoint is valid

I am getting following error while running rasa with docker: sonschema.exceptions.ValidationError: [] is not of type ‘object’. Failed to validate Action server response from API, make sure your response from the Action endpoint is valid. For more information about the format visit Custom Actions

My action endpoint is: action_endpoint: url: “http://localhost:5005/webhooks/rest/webhook

on script.js in frontend code it is: const rasa_server_url = “http://localhost:5005/webhooks/rest/webhook”;

can someone please help me? I am really struggling :frowning:

@mangesh What is your Frontend and are you able run the bot using docker?

@nik202 yes, i am using docker and will the screenshot of 20 lines of script.js file work for you to understand it?

also posting my action.py in case you can let ,me know mistakes:

I’m using django. please help me solve this problem.

@mangesh For suggestion and solution please see this thread :slight_smile: