Model Upload failed

Hi, I used the docker compose install script as described here: Docker Compose Installation

Now I tried to upload a model, but after a few seconds the “Upload failed - something went wrong” appears.

In my docker-compose log I have: POST http:///api/projects/default/models 400 185

followed by a couple of: GET http://rasa-x:5002/api/projects/default/models/tags/production?token=BER… 404 160

Issue solved! I transferred the model via scp and learned it is not compatible. After updating rasa X and retraining the model, it worked. Maybe a feedback that the model upload failed because of incompatibility would have been helpful.

1 Like