I am testing deeplink on LambdaTest app automation and facing error

I am testing deeplink on LambdaTest app automation and every time I try to open the app using the deepline, the screen goes white. What is the issue here? I am not getting the same behavior on manual testing on a real device.

Hi Joe,

While testing deeplink in-app automation, make sure you close the app initially using the below command when the session starts. Then, you can open the browser and pass the deeplink. Syntax: driver.closeApp();