Appium hybrid application error (Web view error)

I try to use change Context from native to WebView and when I try to change I receive this error

An unknown server-side error occurred while processing the command. Original error: unknown error: Failed to get PID for the following process: packageName

Notice:
The context of the web view is: WEBVIEW_packageName
My Chrome Driver on my pc is: 96.0.4664.45
And My Chrome Driver on my phone is: 96.0.4664.45

  • find below my capabilities and the code for switching the context


There is any capability I must add to my code? and how I can solve this problem?!

I have exactly same issue with same chrome driver version.
Did you found a solution?