Activities of "alper"

finally reproduced it :)

  • Username is admin
  • Password is 1q2w3E*

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

using ABP v4.2.1

switched to Devart Oracle package changed dbcontext to use oracle deleted migrations folder added migrations and updated database tested an endpoint

followed this doc https://docs.abp.io/en/abp/latest/Entity-Framework-Core-Oracle-Devart and couldn't reproduce it.

PS: I installed Devart Oracle 9.14.1204

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

are you using tenant per database model?

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

Showing 1021 to 1030 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56