I am making an app in .net maui. I hava also made a local webapi where i can get all registrated users. I have run the application on the andriod emulator from a Windows machine. But i always get the error: Java.security.cert.CertPathValidatorException:Trust anchor for certification path not found!.
I followed the documentation on: https://learn.microsoft.com/en-us/dotnet/maui/data-cloud/local-web-services?view=net-maui-7.0#trust-your-development-certificate
But still i get this error message. Any ideas how to fix it?
Thanks in advance