Hello!
I’m trying to make my Rasa Chatbot available on my own webpage. The chatbot is hosted in Rasa X which is deployed on a GCP VM. It seems that the websockets need https traffic, so I tried to enable this by following the tutorial on how to enable TLS.
The first two steps didn’t cause any trouble, but when I tried to use this command: rasactl upgrade --values-file values.yaml
my terminal threw me this error:
Since then everytime I try to use rasactl for anything, the exact same error is thrown. Does anyone have any suggestions what went wrong here and how I can recover my deployment?