hi
Can you share your ConnectionStringResolver
code?
System.InvalidOperationException: The specified transaction is not associated with the current connection. Only transactions associated with the current connection may be used.
https://github.com/abpframework/abp/issues/8049
hi nhontran
It looks like you don't plan to continue using this refresh token feature?
hi
I.get it to work and have my API responses reflect well i.e CityName ?
What is your ABP Framework version?
I also want to return 5,000 records per page for this service, the default seems to be 1,000 max.
I think you can change this.
https://github.com/abpframework/abp/blob/3fcdeeeb05810b7a2e162f212ef435b81d412aa5/framework/src/Volo.Abp.Ddd.Application.Contracts/Volo/Abp/Application/Dtos/LimitedResultRequestDto.cs#L25
I will create demos that use domain names to resolve tenants. MVC and ANGULAR.
hi
Have you checked this document?
https://docs.abp.io/en/abp/latest/UI/Angular/Multi-Tenancy#domain-subdomain-tenant-resolver
ok. it's fine for me.
hi @MarekH
I am going to check your application remotely. Please tell me your available time. liming.ma@volosoft.com
hi @MarekH
Deos tenant1.mydomain.com
and authserver.mydomain.com
both use mydomain.com
as domain?
hi selinkoykiran
Can you share a simple project to me? liming.ma@volosoft.com
hi
The framework will get connection string from AbpDbConnectionOptions
by default.
So you can custom the DefaultConnectionStringResolver
or MultiTenantConnectionStringResolver
service.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Data/Volo/Abp/Data/DefaultConnectionStringResolver.cs#L29 https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs#L12