Questions | ABP Support | ABP.IO (2024)

  • Two factor authentication via SMS I have added the twilio module and added my settings for Twilio subscription in appsettings.json but it doesnt show me the provider in the dropdown of 2FA modal when I login and I cant even verify the phone configure options to load the settings from appsettings.jsonthe documentation says add the settings in hi> but it doesnt show me the provider in the dropdown of 2FA modal when I login and I cant even verify * **ABP Framework version:** v4.2* **UI type**: MVC* **DB provider**: EF Core* **Tiered (MVC) or Identity stack trace**:* **Steps to reproduce the issue**:I just setup a twilio account and put the config in We dont want towrite custom code in Account module becuase abp updates will then break if new funtionaly #951 closed 3 years ago by learnabp 0 4
  • Change password functionality not working hiCan you try to change the `BaseUrl` of `RemoteServices` in `Blazor\wwwroot\appsettings.json` > hi > > Can you try to change the `BaseUrl` of `RemoteServices` in `Blazor\wwwroot\appsettings.json hiPlease try to add a custom js to your API websitehttps://docs.abp.io/en/abp/latest/UI/AspNetCore > hi > > Please try to add a custom js to your API website > https://docs.abp.io/en/abp/latest/UI AddFiles("/Pages/common.js"); > }); > ``` > Hi,where we need to add above changes. abp.appPath in * **ABP Framework version:** 4.3.3* **UI type**: Blazor* **DB provider**: EF Core* **Exception message deployment and below mentioned details could be the possibility .request send to : [https://xyz.com/api /identity/my-profile/change-password](https://xyz.com/api/identity/my-profile/change-password)request should send to : [https://xyz.com/SubFolderName/api/identity/my-profile/change-password](https://xyz.com /SubFolderName/api/identity/my-profile/change-password)can you pls guide us how to achieve this. #2218 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 7
  • Warning message after Migrations are done assigned to maliming If an error occurs during SaveChanges, the transaction may be left in an unknown state. https://learn.microsoft.com/en-us/ef/core/saving/transactions#savepoints (MultipleActiveResultSets=true)* **ABP Framework version:** v6.0.2* **UI type**: Angular* **DB provider **: EF Core #4286 closed one year ago by ServiceBot Support Team Automatic process manager 0 1
  • New member regist server error #### It's not my project error.When my new team member tried to regist from https://account.abp.io in Please fix your web site.![未命名1614405155.png](/QA/files/7c3ca79b08231d96365339faf43f76e1.png)! #967 closed 3 years ago by maliming Support Team Fullstack Developer 0 2
  • How to enable basic entity auditing for MongoDB Hi,Because mongodb has no entity tracking, so mongodb does not support entity change auditing. Currently you can manually record entity changes. If anyone else is interested in doing this, here is my own implementation to add some simple entity change class, IEntity { List result = new List(); foreach (var propertyInfo in GetTenantId(object entity) { if (! * **ABP Framework version:** v4.0.0* **UI type**: MVC* **Tiered (MVC) or Identity Server Seperated message and stack trace**:* **Steps to reproduce the issue**:Hi,I have been trying to get the entity #683 closed 3 years ago by michael.sudnik 0 2
  • DBContext for tenants Hi,Try:```csharpusing (CurrentTenant.Change(Guid.Parse("tenant id"))){ var dbContext= await _repository.GetDbContext();}```See https://docs.abp.io/en/abp/latest/Entity-Framework-Core#access-to-the-ef-core-api * **ABP Framework version:** v2.9.0* **UI type**: Angular* **Tiered (MVC) or Identity Server Seperated (Angular)**: yes**NetZero:**using (var uow = _unitOfWorkManager.Begin(TransactionScopeOption.Suppress )){ using (var dbContext = _dbContextResolver.Resolve(connectionString, null)) #246 closed 4 years ago by liangshiwei Support Team Fullstack Developer 0 4
  • Issue and question on the DataGrid Entity Action Column Hi,> How can the Entity Action Button in the Blazorize grid be custom styled? You can write styles in `global-styles.css`> the Entity Action button in Blazor Server does not show https://github.com/abpframework/abp/blob/48c52625f4/framework/src/Volo.Abp.BlazoriseUI/Components/EntityActions.razor.cs Abp Commercial, Blazor Server, v 4.4.3, EFCHow can the Entity Action Button in the Blazorize grid be Also, the Entity Action button in Blazor Server does not show a single click action button when there #2058 closed 2 years ago by liangshiwei Support Team Fullstack Developer 0 2
  • Make Name as required field in user form @using Volo.Abp.DependencyInjection@using Volo.Abp.Identity@using Volo.Abp.PermissionManagement.Blazor.Components @using Volo.Abp.Identity.Localization@using Blazorise.TreeView@using Volo.Abp.AspNetCore.Components.Web > @using Volo.Abp.DependencyInjection > @using Volo.Abp.Identity > @using Volo.Abp.PermissionManagement.Blazor.Components > @using Volo.Abp.Identity.Localization > @using Blazorise.TreeView > @using Volo.Abp.AspNetCore.Components.Web or in blazor project and what name we need to keep for this. Hi,I am using abp framework 4.4.3 with blazor. I want to make name as required field in user form section. Thanks,* **ABP Framework version:**4.4.3* **UI type**: Blazor* **DB provider**: EF Core* **Tiered #2141 closed 2 years ago by safi 0 11
  • Filter User list by new extra property assigned to gterdem Hello @chofoza,### Module Extension Configuration ([docs](https://docs.abp.io/en/abp/latest/Module-Entity-Extensions table ([docs](https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities#entity-extensions-ef-core This only seems to be an issue in prod and I can't reproduce it in dev. Any ideas? In live, whichever one I look at first becomes the "default" and I can't see the other one. In live, whichever one I look at first becomes the "default" and I can't see the other one. * **ABP Framework version:** v4.1.0* **UI type**: MVC* **DB provider**: EF Core* **Tiered (MVC) or 'test', }; };```That doesn't work at all - the parameter isn't even passed in What I really want to do is filter the list in 2 ways (at once):1. only show users where Active=false 2. only show users that are within the OU hierarchy of the current logged in userThe Inactive page #784 closed one year ago by ServiceBot Support Team Automatic process manager 0 5
  • External Provider API is exposing key value assigned to maliming * **ABP Framework version:** v4.2.2* **UI type**: Angular * **DB provider**: EF Core * **Tiered (MVC )**: yes * **Exception message and stack trace**:* **Steps to reproduce the issue**:"1. access api url: https://myapi.com/api/account/external-provider/by-name? External Provider API is exposing key value #2743 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 1
  • Create new tenant will result in deadlocks assigned to maliming The TransactionBehavior is already configured in the bootstrapped code created by the abp suite. see line 63 in :src\CreateTenantUsingSqlite.EntityFrameworkCore\EntityFrameworkCore\CreateTenantUsingSqliteEntityFrameworkCoreModule.cs Therefore, this question is no longer a blocking issue in my situation. We will solve this problem in the next version, but disabling transactions may cause some features to * **ABP Framework version:** v6.0.2* **UI type**: Blazor* **DB provider**: EF Core* **Database management Exception message and stack trace**:```cs2023-01-04 09:22:46.413 +01:00 [ERR] An exception occurred in CreateTenantUsingSqliteTenantDatabaseMigrationHandler.cs:line 121```* **Steps to reproduce the issue**:"- Create a brand new solution using abp suite using Database management system, **Sqlite**- run db migration- (before running the blazor When you look in the logfile, you'll see the deadlock errors #4278 closed one year ago by info@ericverschoor.nl 0 5
  • How to Set a Role to an External User? You can add a role when the external user is created as explained in [this answer](https://support.abp.io /QA/Questions/2526/How-to-Add-Azure-AD-B2C-Auth-in-ABP#answer-a7fdfa4c-e63d-58e1-6cda-3a01f6429438). So that, external user will start using the application with a default role you set. #2580 closed 2 years ago by maazq 0 1
  • How to set the backend API address correctly in the Blazor App frontend to recognize the environement dev/test/production when using CI-CD automation? See https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-6.0! After some researches on the web, I found an article in ABP.IO community that seems to be useful but probably was written for an old version of ABP Framework. ://azureapp-web-staging.azurewebsites.net/)(project {AppName}.Blazor existing in the Solution created It was collected using the "Developer Tools" existing in Google Chrome browser. If you're creating a bug/problem report, please include followings:* **ABP Framework version:** v5.2.1 * **UI type**: Blazor WebAssembly* **DB provider**: EF Core* **Tiered (MVC) or Identity Server Separated Blazor WebAssembly to be hosted in Microsoft Azure, througth the Static Web App technology. and need to access the correct API. find the API. How to set the backend API address correctly in the Blazor App frontend to recognize the environement dev/test/production when using CI-CD automation? #3021 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 8
  • Replace default connection string to Azure Key Vault Hi, to ensure the Azure Key Vault configurations are correct, can you run your project in DEBUG mode and try to obtain your value (any value that you've defined in Azure) from the `IConfiguration` interface We've uploaded my ABP Framework site to an Azure Web application but the default connection string is stored inside the configuration of the web app. Where using this code:```csharpusing Azure.Extensions.AspNetCore.Configuration.Secrets;using Azure.Identity Also in the `DbContext` of the `OurNamespace.EntityFrameworkCore` project, all these `DbContext`s are # Specifications* **ABP Framework version:** 5.0.0* **UI type**: Angular* **DB provider**: EF Core #2900 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 5
  • Inline editing in datatables in asp.net mvc Have you implemented inline editing in the abp suite cruid generated pages://editor.datatables.net/ #3993 closed one year ago by maliming Support Team Fullstack Developer 0 2
  • Distributed Event Handler in Console App - Handler being triggered multiple times assigned to maliming We have a web application and console application which need to be loosely coupled. We're successfully emitting an EntityCreatedEto event from the web app which gets sent exactly once to the Azure Service Bus topic but for some reason, our handler in the console app gets triggered three In the console app we see the subscription get registered:```[INF] Rebus.AzureServiceBus.AzureServiceBusTransport note it has dispatched to 3 handlers:```[DBG] Rebus.Pipeline.Receive.DispatchIncomingMessageStep (.NET #2170 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 1
  • Angular UI Login Page Missing Menu Items When you logged in, the token response is stored in the local storage. If anyone encounters the problem, just change the url in the command for your needs. When we create a template using embedded identity server, we can see the menu items. (not separate)But when we are using separate identity server, this problem occurs. Are there any missing claims in the database ?! #5 closed 4 years ago by talhazengin 0 2
  • What is now the best way to deploy the libs folder on a remote server ? But in a single project, you can choose to keep them in git. Actually, I'm using this standard task in Azure to deploy. In the parameters, I just fix to which web app I want to deploy. This web app is "plain", "clean", without any bundle or package installed (well, appart the default standards If you are using the Github repository as the application source to build, you can run `abp install-libs know what is now the best way to deploy the libs folder to a clean/vanilla server (like a fresh new Web App Service in Azure) since this folder has been added to the list of exclusion in the .gitignore file **Found nothing except to run the CLI command "abp install-libs"*** **ABP Framework version:** v5.2 * **UI type**: Blazor* **DB provider**: EF Core* **Tiered (MVC) or Identity Server Separated (Angular new rpoepo in DevIpsipOps.***Locally, the solution to this problem is to run "abp install-libs" and #3197 closed 2 years ago by ServiceBot Support Team Automatic process manager 0 3
  • ABP Suite - Cannot download source-code after upgrading to Business License faq License and after upgrading to the Business License, I still don't see `download source-code` button in #590 closed 3 years ago by alper Support Team Director 0 1
  • Questions | ABP Support | ABP.IO (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Lidia Grady

    Last Updated:

    Views: 5888

    Rating: 4.4 / 5 (45 voted)

    Reviews: 84% of readers found this page helpful

    Author information

    Name: Lidia Grady

    Birthday: 1992-01-22

    Address: Suite 493 356 Dale Fall, New Wanda, RI 52485

    Phone: +29914464387516

    Job: Customer Engineer

    Hobby: Cryptography, Writing, Dowsing, Stand-up comedy, Calligraphy, Web surfing, Ghost hunting

    Introduction: My name is Lidia Grady, I am a thankful, fine, glamorous, lucky, lively, pleasant, shiny person who loves writing and wants to share my knowledge and understanding with you.