WiFiNINA not connecting - return any errors

I am very new to Arduino and using the ConnectWithWPAexample for WiFiNINA on my new Mkr1010. I inputed the pass and network id in the arduino_secrets.h file:

#define SECRET_SSID "DenMember"
#define SECRET_PASS "INn@4@EN"

And uploaded the sketch. In the monitior it just prints over and over:

"Attempting to connect to WPA SSID: DenMember"

When I scan the networks on the Mkr I can see this network and I connect with my Mac so I know the password works. I had an issue at my house too, but that was because I only had 5g going and it never found it on the scan. Once I added 2g it found it and connected fine.

Is there a way to print off why its not connecting? Or any common "gotcha's" newbies run into?

this question is also on Arduino SE

Yes, I was told to post here after I posted it on Arduino SE

packytagliaferro:
Yes, I was told to post here after I posted it on Arduino SE

it is alright. I told you. it is only to link them together

Could you please share the serial monitor output of the scan networks and connect with WPA example sketches?

How is the board connected to the PC? Just curious power wise.