After running rasa server launching the index.html file used to work without problem. Now, access is denied to use the .css and .js files on AWS. So I couldn’t use the chatroom anymore. Is there another chatroom for rasa?
index.html
type or paste code here
content of index.html Connecting Rasa Chatbot to a website - A step by step tutorial
Sounds like a CORS issue. If so, you’d see this error in the browser dev tools console log.
Any alternative for this? Thank you