You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case i need to run e.g. notification-service to send messages to the users in telegram bot. But also i need to handle their actions in api-service which have controllers. But in case i try to start my apps, then i receive error in console TelegramError: 409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running.
I've found that it's possible to run 1st instance with launching bot and 2nd instance of app without launching. This case is described here https://stackoverflow.com/a/71466482 . But in nestjs-telegraf it's impossible to run module without launching.
How can i solve this issue ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my case i need to run e.g.
notification-service
to send messages to the users in telegram bot. But also i need to handle their actions inapi-service
which have controllers. But in case i try to start my apps, then i receive error in consoleTelegramError: 409: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
.I've found that it's possible to run 1st instance with launching bot and 2nd instance of app without launching. This case is described here https://stackoverflow.com/a/71466482 . But in nestjs-telegraf it's impossible to run module without launching.
How can i solve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions