Deployment on a static website

I want to run my chatbot in a static webpage. How we can do this?

hey @souren you can check my code here @ GitHub

https://github.com/JiteshGaikwad/Rasa_CustomUI-v0.1.git

Hope it helps

1 Like

Thanks jitesh, I checked your code its resolve my problem. But after running this command " rasa run -m models --enable-api --endpoints endpoints.yml --cors “*” --debug" after that requested ajax call and getting length zero array return and getting this error “Ignoring message as there is no agent to handle it.” on command line

hi @souren, did you checked that the Rasa core models has been loaded properly and since your running the command which I had mentioned in my GitHub link make sure that the models are loaded properly.

can you please guide me how to check if core models are properly loaded or not

Thanks a ton Jitesh, Now its working fine.

hey i want to deploy my chatbot on my website can you please help for this…

Ya sure how can I help you?

i want to deploy my weather rasa chatbot on my website so can you please tell me the steps for deploy my chatbot…

I also need help in this

Have you checked the Rasa_CustomUI

on opening url getting 404 error

Hey @Prskriti where you want to deploy your bot?

Hey @Prskriti where you want to deploy your bot?

On a website I am using remote server there I have uploaded project folder but don’t know where to make changes for running project remotely.Locally its working fine.

Hi @prskriti ,

I am not able to run the bot on different machine , Can you help me with it ?

Thank you

Hi @prskriti ,

I am not able to run the bot on different machine , Can you help me with it ?

Thank you

Sure I will try to help u out Please include the steps which u have followed for running bot on different machine.

Thank you @Prskriti for your reply

Currently I have done the following

  • I am running Rasa on Ubuntu server with “rasa run -m models --enable-api --cors “*” --port 8080 --debug”

  • Then “ngrok http 8080”

From which the url is generated and i past it in the rasa-webchaat gui

  • what I need is a simple url which when past in browser should run the bot

Thank you Aashay