I have an interesting situation here with two problems.
my setup I have rasa x installed through docker compose and i also have rasa installed locally as well. I use the local install to test custom actions and was planning to use rasa x to do CDD. Windows 10, docker desktop WSL2, python 3.8 etc
problem 1 When I train model through rasa CLI and test using rasa shell im able to get my bot pick up the updated intents correctly. When I switch to rasa x(i share the files through the common git repo between the installs) it doesn’t seem to pickup the latest intents, although i can see that the nlu data and domain files are in sync on the local install and also on the rasa x UI. What am i missing
Problem 2 When i try to upload the trained model from rasa shell to rasa x using the upload option the upload is failing all the time.
Upload failed
Something went wrong. Please try again.
I do see below messages in the logs but unable to follow the thread to see if this succeeds or not. nginx_1 | 2021/06/15 06:45:05 [warn] 42#42: *411 a client request body is buffered to a temporary file /etc/nginx/client_body/2/00/0000000002, client: 172.18.0.1, server: , request: “POST /api/projects/default/models HTTP/1.1”, host: “localhost”, referrer: “http://localhost/models”
Any pointers?