Can't get my device online

I am trying to get my blank to works.
I am using an ESP32 under platformio
I loading the standard code and updated ssid[] and pass[]
I added #define BLYNK_DEBUG
and added Serial.print in setup
I get the following message on the console
— Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
Starting setup[5041] Connecting to WOW
[5676] Connected to WiFi
[5677] IP: 192.168.1.189
[5677]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v1.1.0 on ESP32

#StandWithUkraine https://bit.ly/swua

[5687] Connecting to blynk.cloud:80
[5725] <[1D|00|01|00] BWCAfDfT1djABIs-7OS9ddlHeHh2a58D
[11729] Login timeout
[11733] Connecting to blynk.cloud:80
[11748] <[1D|00|01|00] BWCAfDfT1djABIs-7OS9ddlHeHh2a58D
[17752] Login timeout
[17755] Connecting to blynk.cloud:80
[17765] <[1D|00|01|00] BWCAfDfT1djABIs-7OS9ddlHeHh2a58D
[23690] Connecting to blynk.cloud:80

Note the Serial.print before Blank.begin appears but any after do not.
Thanks

What about the Blynk Auth token?

Pete.

I should have said I am using the QuickStart so the auth token came with the code from Blank