Activities of "maliming"

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

Answer

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

  1. Map your business code to HTTP code. https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/ExceptionHandling/AbpExceptionHttpStatusCodeOptions.cs#L15
  2. Override the 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

hi

Can you upload your project to GitHub?

Showing 6161 to 6170 of 11531 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.