Activities of "maliming"

hi

Can you share the 400 error debug logs?

See https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

Thanks

hi

You can send an email to info@aspnetzero.com, and we will help you transfer the subscription.

Thanks.

Thanks @starting

@sumeyye.kurtulus will check and reply asap.

Thanks

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

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