Webhooks not found on RASA X Docker server

Hello,

I have deployed RASA X on an Ubuntu server using docker-compose. Everything is working fine but I am not able to integrate my assistant from a website to the server. I get errors “Requested URL /webhooks/rest/webhook” not found.

I have kept all settings as default on the server.

I am using chat widget to integrate it.

Can someone help in the context.

Could you share some information about what versions you’re running? Are you running a tutorial from our documentation? Are you running the Rasa2.0.0a3 release? What version of Rasa X? What commands did you run before you got this message?

It would also help if you could pass in the full traceback as text here. The images display small characters on my screen and are hard to read.

Hello @koaning

This has been sorted out. I have to enable REST: in credentials.yml file. Initially I thought of not enabling it for socketio connections but I have to enable it to get it working.

I have another issue which I will open in separate topic.

Hi, @vishesh_verma , could u give me some specific information how did u enable REST in credentials.yml file?