Client issue rasa

Hi team,

I am done with my installation, and created a nlu,story,action. Everything is working fine in interactive(rasa x chat)

when I try to test my bot in client(local host), I am unable to chat once I click on my button.

Thanks, Ramya

Please send us a screenshot

Please close rasa x and run this in your terminal rasa run --enable-api --cors “*” --debug if you have train your rasa you can specify the file of it is include in models folder rasa run -m models/xxxxxxx.tar.gz --enable-api --cors “*” --debug

Note:xxxxxxx.tar.gz is provide at the end of training

if it didn’t work at all go to see Configuring the HTTP API

A mistake from me Even if you don’t the filename you can run this

rasa run -m models --enable-api --cors ‘*’ --debug

Hi wabi,

Please find the attached file of debug script. debug file (6.8 KB)

Thanks.

Everything seems to work well while you run the command I don’t see any error

It is normal that yu need to click on your widget before able to talk with your bot. All depend of the configuration of your widget