I keep on receiving flood errors using my phone number which prevents me from testing:
Flood error! It means that mtproto server bans you on 82736 seconds
[5.346] Error 420 FLOOD_WAIT_82736 2 1
Unhandled rejection (<{"code":420,"type":"FLOOD_WAIT_82736",...>, no stack trace)
The server setting {dev:true} does not deliver the text message with the code. How do you receive them on your phone, or on your account with this setting?
const server = {
dev: true
}
I also tried using the phone and the code in the examples:
I keep on receiving flood errors using my phone number which prevents me from testing:
The server setting {dev:true} does not deliver the text message with the code. How do you receive them on your phone, or on your account with this setting?
I also tried using the phone and the code in the examples:
But then I receive a different error:
Can anyone help me figure out how I test with my phone number in development mode and still receive the code?
Thanks!