Starting chrome browser on android 13 error

I want to start browser test with capabilites:
{
“platformName”: “Android”,
“appium:deviceName”: “device”,
“browserName”: “chrome”,
“appium:chromedriverExecutable”: “PATH”
}

But I get this following error:
Failed to create session. An unknown server-side error occurred while processing the command.
Original error: An unknown server-side error occurred while processing the command. Original error:
unknown error: Failed to start com.android.chrome on device 1C141FDF60094F: Starting: Intent {
dat=data: cmp=com.android.chrome/com.google.android.apps.chrome.Main } Error type 3 Error:
Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist.

Here’s a good tutorial on automating Chrome on an Android device:

https://www.softwaretestinghelp.com/automate-web-app-on-chrome-browser/

Well, when I try these steps shown in this tutorial on my android 13, same problem occurs every time. But it works properly on previous andorid versions.

Probably related to https://automationchronicles.com/error-when-opening-chrome-on-android-13-via-adb/

Please provide the full server logs
Also, manually providing appPackage/appActivity might help to workaround the issue here