I am running the basic rasa bot (after training initially using rasa init command) using the famous rasa webchat but the image is getting broken and I have already checked the size of the image I have given in custom actions in actions.py the image URL size is 320*200 and
I think its working fine, but its not show for your because you try to run in localhost
Try tu use ngrok for run this web page or, check you network address using (ifconfig for linux/mac and ipconfig for windows) and access this address. Its like something like 192.168.0.3
Try to inspect (dev tools) element using right click and check url tag has the correct image link
But why i am not able to view it in my local host actually, I am opening the localhost on my AWS instance?
Also, Can you share the learning resources available to run rasa on the AWS instance?