Activities of "EngincanV"

Answer

Hi,

Will our server applications be affected after the license is discontinued?

No, it will not be affected after your license is ended. It's a perpetual license.

Will the Pro modules be discontinued during development after the license is discontinued?

No, you will be able to use the same version of module packages in your solution. The limitation is that you can't upgrade it to a minor or major version, only patch versions are supported.

If our client purchases a separate license, can I connect their project to their new subscription?

You can use your own API key in NuGet.Config file and license code in your appsettings.json. Then, you can check their project and use them.

Will I need to provider a license even if it's expired to run the application?

No, you can run your application without extending/renewing your license.


You can check other details from https://abp.io/faq / and if you have further questions, please send an email to license@abp.io.

Unfortunately that didn't work. I'll see if I can get our systems admin to add an exclusion in Bitdefender to allow that file through.

Hi, we will check if the Volo.Abp.Suite.dll is containing Malware or not. Thanks for reporting.

Answer

Hi,

You can add a new favicon to the ~/wwwroot/favicon.svg and ~/wwwroot/favicon.ico paths to override the current favicon.

For the favicon, we are also able to replace the file, but for some reason while on the login page we still see the default LeptonX favicon.

If you have a separate auth-server, then you should also add the related favicon to the auth-server project too. This might be the reason for that.

Icon displayed on top of the side menu (programmatic way)

You can update the small-icon that is shown when the menu collapses via CSS as follows: (pass the URL to the lpx-logo-icon prop)

:root .lpx-theme-dark,
:root .lpx-theme-dim {
  --lpx-logo-icon: url('/assets/images/logo/logo-light-thumbnail.png');
}

:root .lpx-theme-light {
  --lpx-logo-icon: url('/assets/images/logo/logo-dark-thumbnail.png');
}

As far as I know, there is no programmatic way for that. I'll confirm that.

Regards.

Hi, we have documentation for that, which you can read at https://abp.io/docs/9.2/guides/migrating-from-open-source

You have two options;

  1. Using ABP Studio (so you can directly update from free to pro, with few clicks)
  2. Using ABP Studio CLI

Both options are explained in the documentation.

Regards.

Hi, after splitting the solution, it is working fine, I cannot see hangfire in .Web_Int now, thanks for the support.

Great to hear that, thanks :)

Hi,

Can you share how you configured your Background Jobs in your each application? Including .Web and .Web_Int

Normally, if you disable job execution, it shouldn't even be triggered. It seems some misconfiguration.

I checked, this is happening as my application layer is shared between both solutions, I believe I need to split both solutions.

Hi @priyankasynapxe, did you do that? What's the last status of this?

Thanks, it is working fine now! :-)

Great to hear that :)

Regards.

When will the new version be released with this issue fixed?

Actually, there's no specific release date yet, but it's likely to be sometime this week for ABP Studio.

Ok, now the breakpoint works inside of AddAbpCookieConsent

At first, however, nothing appeared on the website (just an empty AbpCookieConsent widget).

Btw, you should also add app.UseAbpCookieConsent() in your request pipeline.

To add app.UseAbpCookieConsent() in the OnApplicationInitialization method makes the difference. This is very important. And the order is also very important. I had it at the end first, but that didn't work. Now I have it after app.UseAuthentication(); and then it works.

Some very important information that I think is missing in the documentation. Please add them so that others don't stumble across the same errors.

Thank you @EngincanV for your help.

Hi, thanks for pointing that out. Indeed, it seems we forgot to mention that. I'll update the documentation.

Regards.

Thanks for reporting the issue, it's a known issue and we've fixed it. In the meantime, as a quick workaround, you can check https://github.com/abpframework/abp/issues/22658#issuecomment-2809189458 and apply it.

Showing 211 to 220 of 1343 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 12, 2025, 10:20