Activities of "alper"

@huseyin.cakirli reports an issue about working Redis with password keyword.

ABP works with Redis with server-ip:port string. but when we use the following formats it doesn't connect redis_server_ip:redis_port,password=REDIS_PASSWORD_HERE or redis_password@redis_server_ip:redis_port

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

There's a setting to enable customer self registeration

Showing 1151 to 1160 of 2058 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 23, 2025, 10:47