I followed all the steps in Chat & Voice platforms for Facebook integration of my Rasa bot. I created an app and put the details in credentials.yml file. I also set up a webhook for the same.
Then I used the following command to start the rasa server python3 -m rasa_core.run -c facebook -d models/dialogue -u models/default/healthbot --port 5002 --credentials credentials.yml
I also have my action server running in another tab. python -m rasa_core_sdk.endpoint --actions actions
In another tab, I created a ngrok server with port 5002 and configure my webhook with it.
After all this, I am not able to get the bot running in my Facebook bot page. Also when I go to the ngrok URL with /webhooks/facebook/webhook, I get the error: verify-token invalid
Whereas I put the correct verify-token in my developer webhook and credentials.yml
Please help me with this!