because the method header wont match with above methodes,
What do you mean?
Here is full example https://docs.abp.io/en/abp/5.1/Application-Services#working-with-streams
hi Please set the log level to DEBUG, then share the error logs. Thanks
hi
You can set the Layout to null of the AccountEmailTemplates.EmailConfirmationLink
public class DemoTemplateDefinitionProvider : TemplateDefinitionProvider
{
public override void Define(ITemplateDefinitionContext context)
{
context.GetOrNull(AccountEmailTemplates.EmailConfirmationLink).Layout = null;
}
}
hi
I recommend that you add the source code of the Identity module to your solution and add the IsActive property to the IdentityRole.
HI
Can you check the web.config?
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-6.0#windows---use-webconfig
hi
I think you just need to change the syntax of the SQL server to the oracle, the principle is the same.
https://github.com/abpframework/abp-samples/blob/master/StoredProcedureDemo/src/StoredProcedureDemo.EntityFrameworkCore/EntityFrameworkCore/Users/AppUserRepository.cs#L27-L40
Hi
The request filtering module is configured to deny a request where the query string is too long.
https://www.syncfusion.com/kb/5051/how-to-resolve-the-http-error-404-15-not-found https://stackoverflow.com/questions/42370214/http-error-404-15-not-found
hi
See https://docs.abp.io/en/abp/5.1/Application-Services#working-with-streams