You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The logs showed it is able to connect to our Rasa server
The text was updated successfully, but these errors were encountered:
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.
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.
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 ?
The logs showed it is able to connect to our Rasa server
The text was updated successfully, but these errors were encountered: