M66 connection MQTT Issue

Hello! I was trying to make a connection to the awsmqtt server using M66 but the module stucks after AT+QILOCIP command. I followed the AT commands according to the document. The M66 firmware version is M66FAR02A06BT. Any idea what it might be?
Log:
[2023-08-23_10:50:52:773]OpenCPU: Customer Application
[2023-08-23_10:50:52:773]<-- RIL is ready →
[2023-08-23_10:50:52:835]<-- GSM Network Status:2 →
[2023-08-23_10:50:52:835]<-- GPRS Network Status:0 →
[2023-08-23_10:50:53:846]<-- CFUN Status:1 →
[2023-08-23_10:50:54:831]<-- SIM Card Status:1 →
[2023-08-23_10:50:54:831]<-- GPRS Network Status:2 →
[2023-08-23_10:51:01:574]<-- GSM Network Status:1 →
[2023-08-23_10:51:05:506]<-- GPRS Network Status:1 →
[2023-08-23_10:51:08:712]<-- Sys Init Status 2 →
[2023-08-23_10:51:10:643]<-- Sys Init Status 3 →
[2023-08-23_10:51:16:437]AT+CPIN?
[2023-08-23_10:51:16:437]+CPIN: READY

[2023-08-23_10:51:16:437]OK
[2023-08-23_10:51:16:437]<-- SIM Card Status:1 →
[2023-08-23_10:51:16:528]AT+CREG?
[2023-08-23_10:51:16:528]+CREG: 1,1

[2023-08-23_10:51:16:528]OK
[2023-08-23_10:51:16:635]AT+QIFGCNT=0
[2023-08-23_10:51:16:635]OK
[2023-08-23_10:51:16:756]AT+QICSGP=1,“airtelgprs.com
[2023-08-23_10:51:16:756]OK
[2023-08-23_10:51:17:756]AT+QICSGP?
[2023-08-23_10:51:17:756]+QICSGP: 1

[2023-08-23_10:51:17:756]OK
[2023-08-23_10:51:18:786]AT+QIREGAPP
[2023-08-23_10:51:18:786]OK
[2023-08-23_10:51:19:777]AT+QIACT
[2023-08-23_10:51:20:397]OK
[2023-08-23_10:51:20:778]AT+QILOCIP
[2023-08-23_10:51:20:778]100.68.220.50

Hi
I observed that you use standard at in the open sdk environment, which will bring some unknown problems, please only burn the standard firmware and test with the AT command

Thank You so much for your response vincent.ding-Q