paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
953 stars 327 forks source link

ISSUE IN STARTING UI #229

Open balamurugan0714 opened 4 years ago

balamurugan0714 commented 4 years ago

2019-11-21 14:13:02.840|rasa-ui|info|Rasa UI Server: http://localhost:5001; 2019-11-21 14:13:02.846|rasa-ui|info|Database connected!; 2019-11-21 14:13:02.864|rasa-ui|info|Schema version v3.0.1 matches package.json schema version v3.0.1; 2019-11-21 14:13:14.871|rasa-ui|info|Rasa Server: http://10.211.55.8:5005; 2019-11-21 14:13:14.871|rasa-ui|error|--> Unable to connect to Rasa Server: Error: ETIMEDOUT;

samazadi commented 4 years ago

I'm getting the same thing, any fix?

KalraAkshay commented 4 years ago

@balamurugan0714 and @samazadi , please replace rasa server address in package.json file with http://localhost:5001. This is working for me with these changes. I hope it will work for you as well!