Rasa-x Sharing bot with testers does not work

Hi there.

So we setup our rasa-x infrastructure, but when trying to share the bot with testers, nothing happens.

The logs show:

rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x [2020-10-01 14:36:20 +0000] [1] [ERROR] 
Exception occurred while handling uri: 'http://rasa-x- 
staging.pre.azure.example.de/webhooks/rasa/webhook'
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x Traceback (most recent call last):
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x   File "/opt/venv/lib/python3.7/site- 
packages/sanic/app.py", line 940, in handle_request
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x     handler, args, kwargs, uri, name = 
self.router.get(request)
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x   File "/opt/venv/lib/python3.7/site- 
packages/sanic/router.py", line 411, in get
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x     return self._get(request.path, request.method, "")
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x   File "/opt/venv/lib/python3.7/site- 
packages/sanic/router.py", line 452, in _get
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x     raise method_not_supported
rasa-x-rasa-production-7f6584bd75-kfms6 rasa-x sanic.exceptions.MethodNotSupported: Method PUT not allowed for URL /webhooks/rasa/webhook

Also, the scheme reads http where it should be https (SSL offloading done in the ingress controller).

Can somebody guide me into the right direction? This is kind of a critical feature for us to be able to take this further and into production eventually.

Thank you very much in advance!

the testers can see the bot and interect with it or only you?? you’re testing the bot in local? if you’re using your rasa x in local what are you using to share the bot?