This is the thread which I suffered with I think. https://github.com/dotnet/aspnetcore/issues/7246 You are right, it's not about abp. We have to check our certificate file. Thanks for your support anyway.
check that your issuer is configured as:
issuer: 'https://localhost:44313',
inenvironment.prod.ts
also be aware that these are local addresses. when you deploy it to prod, you need to set it to your real domain names.
Any comment?
Thanks maliming,
Now it is working.
Thanks @liangshiwei. It works. I think i misguided myself, missed the options. Applications["Angular"] declaration.