hi
Occasionally the nuget.abp.io website will be maintained, do you still have the problem of not found?
hi
Is it works in your local ?
What's the error logs(Logs.txt)?
I am also having issues when I try to access ABP suite 7.0.3 - keep getting in to a login loop
What are your steps? what is the output?
Is source code for https://commercial-demo.abp.io/ available?
No.
How do i enable comments on the template sample? Currently getting "The entity SampleArticle is not commentable." from the public web of app template.
Are you talking about CMS-KIT? What are the steps to reproduce this?
hi
What's your project theme? Lepton or Lepton X?
What is the recommended approach to allow for the connection string to be encrypted when adding/saving a tenant. Additionally what would need to be overridden/replaced in order for the framework to be able to decrypt the connection string when working with a tenant?
hi
These methods of ITenantAppService are used to add/update ConnectionStrings.
public interface ITenantAppService
{
//...
Task<SaasTenantDto> CreateAsync(SaasTenantCreateDto input);
Task<SaasTenantConnectionStringsDto> GetConnectionStringsAsync(Guid id);
Task UpdateConnectionStringsAsync(Guid id, SaasTenantConnectionStringsDto input);
//...
}
MultiTenantConnectionStringResolver is used to get ConnectionStrings.
You can try to override the above services.
hi
For Volo.Abp.Gdpr:010001
You can change the RequestTimeInterval of AbpGdprOptions
RequestTimeInterval (default: 1 day): It uses to indicate the allowed request time interval. You can configure this property if you want to increase or decrease the personal data request interval. By default, users can request their personal data once a day.
https://docs.abp.io/en/commercial/latest/modules/gdpr#abpgdproptions
hi
I will share a solution.
hi
Please output stdout to troubleshoot the problem.
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-7.0
hi
Please share these projects, liming.ma@volosoft.com
I will check it on my local