Activities of "maliming"

Great

hi

EXCEPTION: Volo.Abp.UserFriendlyException: The tenant connection string 'Default' is not valid at Volo.Saas.Host.TenantAppService.CheckConnectionStringAsync(Tenant tenant)

Can you override the CheckConnectionStringAsync(Tenant tenant) method of TenantAppService?

protected virtual async Task CheckConnectionStringAsync(Tenant tenant)
{
    if (!tenant.ConnectionStrings.IsNullOrEmpty())
    {
        foreach (var connectionString in tenant.ConnectionStrings.Where(connectionString => !connectionString.Value.IsNullOrWhiteSpace()))
        {
            if (!(await ConnectionStringChecker.CheckAsync(connectionString.Value!)).Connected)
            {
                throw new UserFriendlyException(L["TenantHasAnInvalidString", connectionString.Name]);
            }
        }
    }
}

Great

Great news 👍

https://abp.io/community/articles/using-hangfire-dashboard-in-abp-api-website--r32ox497#gsc.tab=0

hi

Can you take a look at this article?

You need the UseAbpTimeZone middleware and handleDatepicker in javascript.

https://abp.io/community/articles/developing-a-multitimezone-application-using-the-abp-framework-zk7fnrdq

hi

https://github.com/abpframework/abp/blob/1abef5a3984b15f04ee5bfbc7d6f8bb4999823b0/docs/en/Community-Articles/2025-06-20-Using-Hangfire-Dashboard-in-ABP-API-website/POST.md

Great 👍

: )

hi

Can you check https://github.com/abpframework/abp/issues/23066#issuecomment-2975189649 ?

Thanks.

Showing 971 to 980 of 10658 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