Hello dear all !
i have recently deployed two bots on the same server using docker-compose and everything is working fine ! i want now to link my bot to telegram, i already have credentials from telegram, and those credentialq has been written in the credentials.yml file
my problem that is i am facing an issue with the weebhook, i am not using ngrok beacause i have an accessible ip , when i run the docker command and i check the log, it says
rasa-production_1 | RasaException: Failed to set channel webhook: A request to the Telegram API was unsuccessful. Error code: 429. Description: Too Many Requests: retry after 1 ```
i dont know if i should pu the port also in the url or no, the first bot use the port 5005 and the second one 5006
The problem; like i said : i have recently deployed two bots on the same server using docker-compose and everything is working fine ! i want now to link my bot to telegram, i already have credentials from telegram, and those credentialq has been written in the credentials.yml file my problem that is i am facing an issue with the weebhook, i am not using ngrok beacause i have an accessible ip , when i run the docker command and i check the log, it says
i have uploaded the configuration files too @nik202