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