I had just installed Rasa X on Windows according to the official Docker Compose installation and I went with the manual installation. The Compose file is all good, and I can reach the UI, everything seems to be working fine. The problem is that when I try to upload a model with curl I just get a http 500:
It shows nothing, just a reminder that the upload failed. I couldn’t find anything elsewhere, so I’m a little lost. Also getting the same error if uploading by the upload button in the UI, but again, no details. I also get this error from the production and worker container whenever trying to upload a model:
Checked the compatibility matrix, all is good, and I’m using the 2.8.26 version of the official Rasa for the production and worker containers. I’ve researched this topic quite a bit and found that maybe the configuration of a given model is wrong, but the model’s version matches the used, 2.8.26 version.
Can you please help me or point somewhere I can look for any logs or details on the error?
Thanks for the quick response. I changed the Rasa X and Rasa X demo images’ version to 1.0.0, but still nothing. Even had the login problem, where the admin or me user wasn’t created. Again, the upload button doesn’t work, nor does the api, getting the same error 500. Also still getting the fetching error from the worker and production containers though. Any ideas?
@chef you can try docker-compose with the following configuration, hope this will help Rasa 2.8.11 or Rasa 2.8.15 with Rasa X 0.42.5 Ref: Installation Guide
Tips: Do read this above-mentioned documentation in detail for custom action image and connecting Git.
Thank you for all your help man, but I’m still stuck. Used you suggestion, can’t even get past the login screen. The default generated login password doesn’t work. Tried modifying the rasa_x_user table but nothing, I can’t get in, so can’t really test anything. Any ideas on how to log in or enable auth by username/password?