hi
How can I set the tenant name while using the dynamic C# API client proxies?
You can change the current tenant
using (_currentTenant.Change(tenantId))
{
return await _dynamicProductService.GetListAsync();
}
ok
hi
I checked. The current time'
is utcnow.
Can you test it with a brand new template project?
ok,
How can I reproduce the problem?
Can you test it with a brand new template project?
HI
GetQueryableAsync
var users = await (await _appUserRepository.GetQueryableAsync())
.Where(x => x...)
.FirstOrDefaultAsync();
hi
You can test in your dev environment without IIS.
2022-12-23 16:38:11.279 +08:00 Current time: '12/23/2022 08:38:11'.
There seems to be an 8 hour time difference.
Please check your server environment .
hi
ValidTo: '12/23/2022 04:40:03', Current time: '12/23/2022 08:38:11'.
The time seems wrong?
hi
I didn't get the logs yet
hi
administration-service.