Authentication error on Ubuntu Nginx #6113 | Support Center

Hi,
I deployed my Abp project (UI:Blazor Wasm) on Nginx Ubuntu. Blazor UI and Api run well, only a problem with authentication.
If I leave appsetting.json of Api as default:
“AuthServer”: {
“Authority”: “https://ebiz-devapi.abc.com”,
“RequireHttpsMetadata”: “true“,
“SwaggerClientId”: “eBiz_Swagger_Ubuntu”
}
When login it show this error:

If I changed RequireHttpsMetadata to false and Auth Server Url withou https, when Blazor login will show this error and cannot login:

Please help me to fix this issue.
Thanks
Dharma

Read more here: Source link