Activities of "EngincanV"

Answer

I have just sent you an email. thx

Thanks. We will review your entity metadata and try to reproduce your problem.

Regards.

Hi,

Microsoft 365 uses Azure Active Directory (Azure AD). You can see a tutorial on integrating Azure AD auth here:https://abp.io/community/articles/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l

Also, you can refer to Microsoft's own documents on the topic: https://learn.microsoft.com/en-us/microsoft-365/enterprise/deploy-identity-solution-identity-model?view=o365-worldwide

So, you can integrate Azure AD like you would do in a plain .NET application, ABP based applications have no difference. When you check the community article, you should be able to integrate Azure AD, but let me know if you stuck at any point.

Regards.

Answer

Sorry which module are you talking about? This is a custom sub module I am trying to edit. I have tried building first. Modular monolith design. This seems like a bug.

Hi, actually I meant the module in which you are added as a project/solution in ABP Suite and currently trying to generate entities on it. Can you please provide more information, like sharing some screenshots that indicate what is the defined solution (recent solutions on homepage) etc..?

Hi, we are currently preparing the angular UI version of our modular-monolith development tutorial, which you can see in the progress at https://github.com/abpframework/abp/issues/20827.

. However I am still not be able to view the module when the application starts up

I have shared short info on what you should do in a GitHub issue, you can check at https://github.com/abpframework/abp/issues/20827#issuecomment-2624232973

Also Is there a way to run the modules in a standalone mode? Let's say I have multiple people on my team developing modules invidually, and is there a way they can build the module and run them on their own before install the modules into the main application?

There is a dev-app project in the module templates and they can be used to run related module separately. But, in the future versions, we are aiming to remove the dev-app project from the module template, because modules should not be runnable separately (at least this is what we are suggesting for most of the applications).

Regards.

Hi, ABP Framework itself has no relation to any database provider. But the pre-built modules have. So, it can't be db provider independent by default. There is no startup template that allows you to create a solution without a database.

Thus, you can create a new startup template you want and try to delete all modules, but this would be impractical, and without the power of ABP's modules, there seems to be no need to use the ABP Framework's infrastructure.

Regards.

Answer

Hi, can you build your application and then remove & re-add the module and try to regenerate, please?

We would prefer not to hard code the title without the use of localization. So we will try using the abp-page tag.

What is the value of ResourceName? The name of the application? We have tried a few different values and none seem to work. The code seems to imply that it looks defaultResourceName but that is always null as I have stated in the GitHub issue.

I've created an application with the name Issue8909. The defaultResourceName was also Issue8909 and if I try with ::LocalizationName then it does not work, and I have created an internal issue for that, so it's going to be fixed in the next release.

Would you send us the solution so we can attempt to discern any missing pieces? We are still unable to get it working.

I'll recreate the solution and share it with you via email.

Answer

The problem is resolved in the meeting, so I'm closing the question. Feel free to reopen if it occurs again. Regards.

Answer

Update: Thank you for scheduling the call. It is approved and will begin in 30 minutes.

I assume this was storing the localizations to redis. Disabling this will have some performance impacts elsewhere?

Hi, typically this should not impact anything in your application if you are not using distributed systems. This feature is introduced to provide a way to store localization entries in a database (a shared database) and use it in distributed systems in an efficient ways. So, if you are not building a distributed system, you can disable it without worry.

Is there any way to know what's going wrong inside of this module?

I'll review the code to identify the cause of this issue. The code is designed to run asynchronously and shouldn't block your application. I'll investigate why it's not behaving as expected.

Regards.

Showing 381 to 390 of 1359 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 07, 2025, 08:20