I had created an API and a Xamarin apps to consume the API. So I used "edge://inspect/#devices" to do port forwarding. I am able to connect the API in my Mobile physical device, but when I debug the application, it shown me this error
Javax.Net.Ssl.SSLHandshakeException: 'java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.'
and I can't run it. Does anyone know how to fix this problem? Thank you.