Hello everyone , i would like to find out why does my chatbot does not response anything from actions. Tested with POSTMAN with the REST webhook it give me a empty array response.
But for my new repo , the new version of my chatbot , i did some changing following changes to it . I feel something was not right with custom component making it unresponsive on docker for my new version.
I hope this will solve your issue, and your action server will respond and if you working on Windows or Mac, you can even check whilst using docker desktop. Good Luck!
After some trying out , my chatbot is able to response from actions but currently the problem now was with SQlite , my actions does not able to connect to SQLite Database , it return a empty response [] . hope some one can help me on this.