Error: Responding to client with driver.execute() result: null

driver.execute_script(
“mobile:deepLink”,
{
“url”: sign_in,
“package”: “com.XXX.connect.dev/”
“com.XXX.concept.presentation.ui”
“.MainActivity”,
},
)

[AndroidUiautomator2Driver@9783 (f6c7a8da)] Executing native command ‘mobile:deepLink’
[debug] [ADB] Running ‘/Users/abhishek-admin/Library/Android/sdk/platform-tools/adb -P 5037 -s RSCM22AV3QL shell am start -W -a android.intent.action.VIEW -d https://XXX.page.link/?link=https://XXX-connect-dev.firebaseapp.com/__/auth/action?apiKey%3DAIzaSyBAR7KWVfHuFEBnTv-IsdsdewiDI4aeDE%26mode%3DsignIn%26oobCode%3Dw05wv5moGtU4WDO9egMlUs7gm2HML0jBxAGju3A0PyQAAAGGT_l_yg%26continueUrl%3Dhttps://XXX.page.link/authdemo%26lang%3Den&apn=com.XXX.connect.dev&amv=0.9.2-dev-04 com.XXX.connect.dev/com.XXX.concept.presentation.ui.MainActivity’
[debug] [AndroidUiautomator2Driver@9783 (f6c7a8da)] Responding to client with driver.execute() result: null
[HTTP] <-- POST /wd/hub/session/f6c7a8da-fe14-4510-a3eb-2bcda290ff5b/execute/sync 200 135 ms - 14
[HTTP]
[HTTP] --> POST /wd/hub/session/f6c7a8da-fe14-4510-a3eb-2bcda290ff5b/timeouts
[HTTP] {“implicit”:40000}
[debug] [AndroidUiautomator2Driver@9783 (f6c7a8da)] Calling AppiumDriver.timeouts() with args: [null,null,null,null,40000,“f6c7a8da-fe14-4510-a3eb-2bcda290ff5b”]

I am unable to open deep link, above error is shown to me as driver.execute() returing: Null
Interestingly same code is working fine for other team member.