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.
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
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.
We would like to have a Azure B2C for authanticating the users(without storing the user deatils in our application), do we have any provision for the same please advise.
**ABP Framework version: v4.4 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes - Micro service Exception message and stack trace:
We want to remove tab 'Emailing' and change label for 'Lepton Theme' in Administration Settings.
We did not find any source code. Please guide us how to solve these.
Recently we have included the forms & file management modules into our application. We have observed that we have an option to turn on/off this feature for each tenant
Similarly we would like to have an option to turn on/off for the the custom features we implemented in the appliation? Can you please let us know the possibility fo the same...
**ABP Framework version: v4.4 UI type: MVC DB provider: EF Core / MongoDB Tiered (MVC) or Identity Server Separated (Angular): yes - Micro service Exception message and stack trace:
error while sending email using IEmailSender:
Configuration implemented in Administraion service and Web
We included the forms module into our solution, we are not able to see the option to add te Date Filed/Control into the form, Now a days all of the forms will have the date filed. Is it is a miss/issue in forms module?
Hello, We are trying to implement passwordless sign-in refer to this link (https://github.com/abpframework/abp-samples/tree/master/PasswordlessAuthentication). On Successful sign and redirect to the home page page, we are unable to see our application menus it seems some permission issues. Can you help us lettig us know if we missed any? Do we suppose to do any kind of callback after sign-in Do we suppose to add any extra claim to this login portion of code (https://github.com/abpframework/abp-samples/blob/master/PasswordlessAuthentication/src/PasswordlessAuthentication.Web/Controllers/PasswordlessController.cs)