Activities of "maliming"

This seems be a problem.

hi

I will feedback to the Team.

Please check the logs of this app, You can use dotnet run command to run this.

hi Neozzz

Can you share simple code and steps to reproduce wiht new microservice template?

hi

ChangeEmailTokenProvider will use DataProtectorTokenProvider to generate and verify tokens by default, https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.tokenoptions.changeemailtokenprovider?view=aspnetcore-6.0 https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.dataprotectortokenprovider-1?view=aspnetcore-6.0

You can customize a token provicer to generate short digital codes. For example PhoneNumberTokenProvider https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.phonenumbertokenprovider-1?view=aspnetcore-6.0 https://github.com/aspnet/AspNetIdentity/blob/main/src/Microsoft.AspNet.Identity.Core/PhoneNumberTokenProvider.cs#L24

Of course, you also need to change the built-in email sending and verification UI and business code.

hi Neozzz

Failed to match Route configuration for upstream path: /api/app/product-type, verb: POST.

Does your product service has such API route? You can check its swagger.

hi

An internal error occurred during your request!

Can you check your logs file to see the details errors?

hi

We will release 5.0 soon. It using the NET 6. https://github.com/abpframework/abp/releases/tag/5.0.0-beta.3

hi

Can you share hte endpoint code? Maybe you can use IRemoteStreamContent .

I want to check the client after a user registers so I can set his role

You can also check the URL of the current request to determine the caller, or add a special header to request.

Showing 9131 to 9140 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20