hi @amn41, yes, I don’t have SSL issue.
- If I open URL
https://doman_name.com/webhooks/facebook/webhook?hub.mode=subscribe&hub.challenge=1234402894&hub.verify_token=Token
in the browser, then the page redirected to the main pagehttps://doman_name.com/conversations - I am not sure why I need
/apipart in Facebook integration. But I have tried to openhttps://doman_name.com/api/webhooks/facebook/webhook?hub.mode=subscribe&hub.challenge=1234402894&hub.verify_token=Token
Reply:Not found.
My credentials.yml file in the directory etc/rasa/ has:
facebook:
verify: "Token"
secret: "xxxx"
page-access-token: "xxxx"
rasa:
url: ${RASA_X_HOST}/api
My endpoints.yml file in the directory etc/rasa/ has:
action_endpoint:
url: "http://app:5055/webhook"
token: ""