paschmann / rasa-ui

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

Could not load information from Rasa Server #237

Open KewMannDev opened 4 years ago

KewMannDev commented 4 years ago

Hi,

I am new to Rasa UI, was trying to integrate Rasa UI to our Rasa Server however I encountered this error . It is able to connect to our Rasa Server just that our chrome console log is showing this error. May I know how to solve this ? image

The logs showed it is able to connect to our Rasa server image

paschmann commented 4 years ago

Hi @KewMannDev - what did you press/trying to do to get this error?

FardinSafi commented 4 days ago

I am having the exact same issue. I don't see any thing on the website. Everything is blank. I thought I should get some info about my running rasa server.

FardinSafi commented 2 days ago

Okay fellas. I solved the problem. The problem was that when using the endpoint /status, rasa was sending a 404 error. This is because to use such endpoints, we need to enable API in RASA server, which is inactive by default.

There is a simple fix:

rasa run --enable-api to start the rasa server. This would solve the problem.