Need help integrating RASA to webchat

I am trying to integrate a simple rasa bot to a simple webpage. Following are the versions of everything Python: 3.7.5 image

The following is my credentials.yml file

The following is my index.html file

When i run the desired command "rasa run -m models --enable-api --cors “*”, and i open the index.html file the widget does appear but I am unable to receive any response from the bot. Any help on this would be appreciated.

Take a look at the troubleshooting steps I posted here.