hi
Can you try building your project?
dotnet build
Thanks.
Great : )
hi
Volo.Abp.Domain.Entities.EntityNotFoundException: There is no such an entity. Entity type: Volo.Abp.Identity.IdentityUser, id: 3a1b19ed-1b99-0633-bfaf-f2bbd8fa0af3
at Volo.Abp.Identity.IdentityUserManager.GetByIdAsync(Guid id)
Why does this user not exist?
Is your application using the same database as the auth server(openiddit)?
Thanks.
hi
Here is the document: https://abp.io/docs/latest/framework/infrastructure/event-bus/distributed/kafka
hi
"DisplayName:PhoneNumberConfirmed": "Phone number confirmed"
你可以分享测试的信息吗? 我们还未测试过 微信支付模块
public class WeChatPayOptions
{
public string BaseUrl = "https://api.mch.weixin.qq.com/v3/pay";
public string AppId { get; set; }
public string MchId { get; set; }
public string SerialNo { get; set; }
public string PrivateKey { get; set; }
}
hi
You can add it by yourself. see https://abp.io/community/articles/how-to-override-localization-strings-of-depending-modules-ba1oy03l
I will check the fi-FL localization texts.
Thanks.
hi
Can you explain it in more detail?
hi
however the authentication and authorization fails in the host api.
Do you have any error logs? Why do you think creating a tenant will fix it?
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
Thanks.