hi
Please try to clear the redis and try again, then share the full logs. Thanks
hi
I don't understand what you mean, why do you need to get the api definition in the gateway? If you use a static proxy you no longer need to get the api definition info. If you need to generate a static proxy, you need to specify the url of the microservice instead of the gateway.
hi
You can try to get a feature value of a tenant by GetOrNullForTenantAsync method of IFeatureManager.
https://github.com/abpframework/abp/blob/dev/modules/feature-management/src/Volo.Abp.FeatureManagement.Domain/Volo/Abp/FeatureManagement/TenantFeatureManagerExtensions.cs#L11
ok, I will check it asap.
hi
We will fix it in the next version.
<Addons>
<Addon AddonType="AddonType.Body">
<TextEdit Placeholder="@L["Search"]" @bind-Text="@GetListInput.Filter" Autofocus="true" />
</Addon>
<Addon AddonType="AddonType.End">
<SubmitButton Type="ButtonType.Button"
Clicked="@SearchEntitiesAsync">
<Icon Name="IconName.Search" />
</SubmitButton>
</Addon>
</Addons>
hi
The claims are from 15 to 29. Can you share the whole list?
Are you using the openiddict or identityserver?
Ok, Can you share the full code so I can understand your case? Thanks
hi
Does CurrentTenant set the correct tenant?
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
https://github.com/abpframework/abp/pull/17682