Rasa webchat image not showing after adding image link in custom actions.py

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

This is the params: { images: { dims: { width: 320, height: 200 } } } I am giving in index.html

e

but still, the image is getting broken ( btw the image is same as the default baby tiger image)

Can anyone tell me the correct solution for this?I have searched a lot but I am not getting any proper solution for this.

Hi!

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?

@prajwalvgotmare is this still an issue?

Yes it still isn’t resolved