Already there are microservice HttpApi reference in web gateway like product service. if we give web gateway reference in HttpApi layer of the microservice, there will be circular dependency. Dynamic proxies generating for product service with existing references but not for our other microservices.
We upgraded our application from 4.4.0 to 5.1.3
Product Service is generating dynamic proxies in 5.1.3, our Employee Service is not generating dynamic proxies in 5.1.3 In 4.4.0 our Employee Service was able to generate dynamic proxies successfully.
We just tried the Latest 5.1 ABP.IO version but didn't got the LeptonX , are we missing anything here or LeptonX is not part of ABP.IO solution yet.
Yes It worked, I think this is an issue at your end and we expect a refund of ticket
We are unable to login to CLI, it seems some issue at your end can you please guide us.
FYI... we have a valid license till 2023
Hi,
We tried to implement the Azure AD B2C, everything this working fine, if we use same configuration for all tenants.
When we try to implement tenant based configuration, ClientId and ClientSecret are taking as per the tenant configuration, but Authority is not taking as per the tenant configuration.
We would like to create a Input control by passing the Object Model in a dynamic way,
In the above example we want to pass the RecordNo as a string (at run time) and render the abp-input control. for Example:
or
Do u have any way for that? Please advise.
Sure will let you know
Hi,
Sorry for the confusion.
You want to download the Auth server and referenced modules source code right?
You just need to use ABP Suite to download the Microservice template. and use the
abp get-source
to download the modules source code, then you can replace the Nuget package reference to the local reference.You can use the
abp list-modules --include-pro-modules
command to get module list.Use
abp get-source
to download:
Thanks for the details. We will give a try and let you you in case of any concerns.