hi
Remove MyProjectName.HttpApi.csproj
from your Blazor.Server.Tiered.csproj
Remove typeof(MyProjectNameHttpApiModule)
from your BlazorModule
HI
I will check this.
Can you share the content of appsettings.json
?
Hi, what is the current state of tenant impersonation for Angular?
It will be available in 5.0.
1
See https://support.abp.io/QA/Questions/2105/Verify-email-address-by-sending-a-code-instead-of-a-verification-URL#answer-197cc15a-5024-8f31-7552-3a0019c3327b
2
You can create a sms code sending and verification service, There are related services in asp net core Identity.
3
https://github.com/abpframework/abp/issues/7221
hi
Can you share the error logs of API
website?
hi
Can you try to change the BaseUrl
of RemoteServices
in Blazor\wwwroot\appsettings.json
hi
https://github.com/jquery-validation/jquery-validation#reporting-issues-and-contributing-code
IMPORTANT NOTE ABOUT EMAIL VALIDATION. As of version 1.12.0 this plugin is using the same regular expression that the HTML5 specification suggests for browsers to use. We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them. If you have different requirements, consider using a custom method. In case you need to adjust the built-in validation regular expression patterns, please follow the documentation.
You can consider to use
jQuery.validator.setDefaults({
normalizer: function(value) {
return $.trim(value);
}
});
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Bundling-Minification#configuring-an-existing-bundle
Try to add app.UseJwtTokenMiddleware();
hi
I will check and fix it, Thanks