Cant connect ESP32-S3 AI Camera to wifi :-(

Hi
i can see the lisr of available wifi networks in serial monitor.
then i try to connect to my home wifi in 2.4g but it wont work.
i also tried to connect to a phone hotspot just next to the module. (even without any security.. no password)
the monitors tells me all the time the following :
Starting WiFi connection...
Scanning for WiFi networks...
Available Networks:
1: Redmi (Signal: -24 dBm) (Open)
Starting WiFi connection...
Scanning for WiFi networks...
Available Networks:
1: Redmi (Signal: -24 dBm) (Open)
...[ 5730][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 2 - AUTH_EXPIRE
[ 5731][D][STA.cpp:155] _onStaArduinoEvent(): WiFi Reconnect Running
[ 5732][W][STA.cpp:541] disconnect(): STA already disconnected.
..[ 6752][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 2 - AUTH_EXPIRE
[ 6753][D][STA.cpp:158] _onStaArduinoEvent(): WiFi AutoReconnect Running
[ 6754][W][STA.cpp:541] disconnect(): STA already disconnected.
...[ 7824][W][STA.cpp:137] _onStaArduinoEvent(): Reason: 2 - AUTH_EXPIRE
Is there anything im doing wrong, im basically doing the wifi connection as in the video transmission example :
https://wiki.dfrobot.com/SKU_DFR1154_ESP32_S3_AI_CAM#target_7
or more verbose helped by chat GPT but doing the same.
Any ideas ?
It is the same issue for me, too! I have tried to connect to different Wi-Fi 2.4G - no success.

Same issue for me! I followed all steps on Wiki (https://wiki.dfrobot.com/SKU_DFR1154_ESP32_S3_AI_CAM) and tried with different AP's (Router and iPhone Hotspot) … the only output on serial is: WiFi connecting ………..
