Rasa model deployment issue

Hello,

I am using an M1 Macbook to train the model on my local system, after which I deploy this model to the server. Up until now, this flow was working fine. But now when I try to use the trained model, it always defaults to fallback story. I am not sure how to debug this issue, as i am not getting any error message while loading the model. Any suggestion would be highly appreciated.

I am using rasa 3.6.1 on both my local and server.

Thanks SHUBHAM

Use the --debug option and review the log to see why you’re getting fallback in one case and not the other.

I found this post, as the solution to this issue