hi
Can you share a simple project to reproduce this?
liming.ma@volosoft.com
hi
In this case, you shouldn't call the API from the blazor(it's a auth server project)
hi
After the blazer server is deployed through nginx
Is your website deployed as https?
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/linux-nginx?view=aspnetcore-7.0&tabs=linux-ubuntu
Can you share an online URL?
liming.ma@volosoft.com
hi
Can you share the logs?
Can you share the csporj file of your web project which include this page?
Is this page an MVC page?
hi
It depends on whether your mail provider provides the relevant API(send/receive). You can freely use its API in abp to send and receive emails.
hi
https://github.com/abpframework/abp/blob/issue-18042/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/ExceptionHandling/DefaultHttpExceptionStatusCodeFinder.cs#L72 service.hi
app.Use((httpContext, next) =>
{
httpContext.Request.Scheme = "https";
return next();
});
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-7.0#when-it-isnt-possible-to-add-forwarded-headers-and-all-requests-are-secure
hi
The UserInfoDemo.Blazor.Server.Host project is not a tiered project.
It has openiddict integration and uses cookies.
so you can't get access_token from cookies to call the api.
hi
src/UserInfoDemo.Application/Samples/SampleAppService.cs
host/UserInfoDemo.HttpApi.Host/EntityFrameworkCore/UserInfoDemoHttpApiHostMigrationsDbContextFactory.cs