Hello There, I have two conda venv with specification
rasa 2.8.25
rasa-sdk 2.8.4
rasa-x 1.0.1
and
rasa 3.1.0
rasa-sdk 3.1.1
rasa-x 1.1.0
running locally on my machine i cannot talk to bot via rasa-x web interface, I can train the bot and models are generated. but i always get error 500 interal server error
3.9fcf71a1.chunk.js:2 GET http://localhost:5002/api/projects/default/models?limit=50&offset=0 500 (Internal Server Error)
and also sometimes i notice this in the debug output
It's possible that no model has been trained, or that the requested tag hasn't been assigned.
Checking the model discovery from model_for_tag
can you please help me.