email is not being sent in DEBUG mode. the implementation of the IEmailSender is NullEmailSender and it doesn't send emails in debug mode see https://docs.abp.io/en/abp/latest/Emailing#nullemailsender
I've explained how to send real emails in debug, read https://support.abp.io/QA/Questions/226/How-to-configure-email-settings
is it working when you add the followings to your cshtm? like this
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling
can you try to wrap the code with a new Unit Of Work block https://docs.abp.io/en/abp/latest/Unit-Of-Work#begin-a-new-unit-of-work
when you click the <abp-script> tag, is it navigating to the tag helper class. I suspect that tag helpers are not working.
in Views folder of your Web project do you see these lines in _ViewImports.cshtml
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling
hi, this maybe a issue. someone else also reported the same situation. I'll check it
hi Andrew,
you can add a redirect to the landing page or just make the landing page authorized then you'll not see the Login Page. some people want to see a landing page to give some information to unauthorized people.
**Host side login as tenant **: I'll mention this request for the next version
Notification system: Is this what you're looking for https://docs.abp.io/en/abp/latest/UI/Blazor/Notification