Telegram integration with rasa x not working (docker-compose)

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

Anything ???

More details about the depyements here

here is an article that i have wrote for rasa deployement with docker-compose and how to connect custom action to mysql if it can hel understand the configuration

i want to link the two bots to telegram they are in separate folders and here is the configuration file

for the first one : docker-compose.override.yml (245 Bytes) docker-compose.yml (5.2 KB) Dockerfile (658 Bytes)

for the second bot : docker-compose.override.yml (229 Bytes) docker-compose.yml (5.1 KB) Dockerfile (642 Bytes)

Hi anyone there ? @nik202 ?

@M_R_LY Yes, please go ahead! Luckily I am online!

wonderfull , did you read it ?

@M_R_LY What I need to read basically? :thinking::thinking:

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

@M_R_LY Are you able to connect one bot at a time with Telegram? Yes or No?

@M_R_LY can you share credentials.yml file for telegram

When i use ngrok wit my local installation yes it comes with one bot, the credential are correct i followed the one in the documentation