I've created a telegram bot using node.js and it worked successfully on my local system... but when I tried to run it on a 2012/r2 windows server, I've constantly got the
error: [polling_error] {"code":"ETELEGRAM","message":"ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"}
I stopped it and once again tried it on my local machine and it worked totally fine... So what is the problem with my windows server?
P.S: I'm pretty sure the bot is run exclusively by me.