Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load information from Rasa Server #237

Open
KewMannDev opened this issue Apr 23, 2020 · 3 comments
Open

Could not load information from Rasa Server #237

KewMannDev opened this issue Apr 23, 2020 · 3 comments

Comments

@KewMannDev
Copy link

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
Copy link
Owner

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

@FardinSafi
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants