While Deploying the chatbot using Docker compose build, I am getting the following error: RasaException: Failed to set channel webhook: A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: bad webhook: Webhook can be set up only on ports 80, 88, 443 or 8443.
I’ve created SSL for my website using Certbot, but after running docker compose build command, the site becomes insecure and the error stated before occurs.
Please help me to resolve this error. Thank you