Activities of "maliming"

hi

405 Method not Allowed

https://mozartec.com/asp-net-core-error-405-methods-not-allowed-for-put-and-delete-requests-when-hosted-on-iis/

Answer

hi

You can try to use Data-Filtering

https://docs.abp.io/en/abp/latest/Data-Filtering#entityframework-core

hi nparejod

I suggest you wait for Blazor's implementation.

You can also refer to the implementation of MVC. https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/CreateModal.cshtml#L32

hi @ademaygun

I can't reproduce your problem. Can you create a new question, and share details?

@ademaygun

We plan to implement related features in v4.3.

hi thanhvl1

You can't be automatically redirected to a specific page after successful login in Angular.

hi

I have created one demo commercial application, in email verification when i click verify, it shows me email send successfully but i didn't received mail.

You can check the content of the email in the logs. You can remove such code in the XXX_DomainModule.

#if DEBUG
            context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

hi

JWT is platform independent. I think there is no problem if the JwtBearerAuthenticationOptions of net framework and the JwtBearerOptions of net core are compatible. You need to make sure that the TokenValidationParameters parameters are consistent.

https://docs.microsoft.com/en-us/dotnet/api/microsoft.owin.security.jwt.jwtbearerauthenticationoptions https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.jwtbearer.jwtbeareroptions?view=aspnetcore-5.0

When you get any error, you can check the log to see detail message of UseJwtBearerAuthentication.

hi

Can you try to use the latest pakcage of Npgsql.EntityFrameworkCore.PostgreSQL

<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.2" />

hi @thanhvl1@fsoft.com.vn

How do we reproduce the problem?

Showing 8671 to 8680 of 8939 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09