Payment Module not install the Angular UI for this module so there is no Payment Manager etc. Payment Module not install the Angular UI for this module so there is no Payment Manager etc. Tenant Admin Cannot Login into the Tenant After the Tenant is created. I created a tenant in abp using the admin. But i was unable to login with the email address used in the tenant registration. I also queried the database and looks like it is not added the new user.
Can you provide steps to reproduce? thanks.
After adding source code of Account Pro Module to new Module solution type, the .sln file of solution is corrupted and not work.
The Suite&CLI does not support add module to module template.
Hi,
I can't reproduce the problem, can you provide a project? thanks. shiwei.liang@volosoft.com
Hi,
Is there a command to straight away generate a microservice service that uses mongodb?
CLI does not support -d
arg for microservice template, but I think this is a useful feature, we will consider support it.
If not, is there any references that we can check to see how to implement one? Could you please let us know how to achieve this?
No document yet, you can create an app template with ef core and other template with mongod to compare.
Hi,
Sorry my bad, you should use redis both BISM and BISM_BDairy.
appsettings.json
...
"Redis": {
"IsEnabled": true,
"Configuration": "127.0.0.1"
},
...
[DependsOn(
......
typeof(AbpCachingStackExchangeRedisModule)
)]
public class BIMSHttpApiHostModule : AbpModule
[DependsOn(
....
typeof(AbpCachingStackExchangeRedisModule)
)]
public class BIMS_BDairyHttpApiHostModule : AbpModule
Remove the ConfigureCache
method.
Thank you I have shared on GitHub
I will check it.
How do we go about removing the adding of the LeptonThem code from the solution?
You just need replace the LeptonTheme local project reference to Nuget Packages.
okay, I will check it.
How I reproduce it? please provide the steps.
I don't understand what is the permissions set are not reflected in the BIMS_BDairy and BIMS.
But I forgot on thing that is you need to remove redis module.
Have you received the source code I sent? is it work?
HI,
I actually don't know why this problem occurs, but if you can share a project to reproduce it, I can help you solve the problem, shiwei.liang@volosoft.com
I do have the source code for Lepton Theme added to my solution via the ABP Suite Modules. If it is going to be easier to remove it from my solution I am happy to do that
May be you can try it.