2.3 am also planning to upgrading to 4.3
The JsonProperty
attribute namespace should belong Newtonsoft.Json
, Can you check?
Any shortcut to change this without passing through the ABP source code ?
Default value of MaxMaxResultCount
will be 1,000. Set LimitedResultRequestDto.MaxMaxResultCount
static property to increase it.
hi
Can you check and share your application logs when you got this error?
hi
Can you share the problem project with me? liming.ma@volosoft.com
hi @cbogner85
ABP Commercial don't have night builds.
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.