Hi,
Maybe you create a new solution folder named Libraries
and put the SendGrid
libary to here.
Hi,
OK, we can, please send email to me.
Hi,
I am creating a new tenant from the Main App and trying to login using the tenant user credentials it is not logging in and says invalid username or email address.When I verified the table AbpUsers it is not having the user entry for the created tenant but SaaStenant has tenant details.
How reprodice it? I use ABP CLI to create a new project and it works fine. could you provide steps? thanks.
Hi,
how cand i set a new property in User DTO without extraproperties?
No, you can't , Because this is the design of the extension system.
You can do this by completely customizing modules, but there's a lot of work to do, and you need to have a source code license.
Hi,
Actually, ABP repo many project is ABP style common libary, like : https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.MailKit
You can create your own library by referring to volo.abp.mailKit
Hi,
The servce proxy does not support Download file yet,
You can try this:
window.open(
`${this.apiUrl}/downloadreport/{userTestId}`,
'_self'
);;
Hi,
Seems like your NuGet config is not correct.
Youc can try add the nuget source to NuGet.Confiug manually.
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
Hi,
See: https://github.com/abpframework/abp/issues/8776
Because we have remove the AppUser
entity in the 4.4 version, now, you just need to use the IdentityUser
entity.
Hi,
Please send email to me. shiwei.liang@volosoft.com