Hi,
I gave Sümeyye Kurtuluş and liming ma aleardy access to that project
in the Host-Application I used "abp generate-proxy -t ng -m cards" to generate the proxy, but he only generated the sample API and not the actual "AppService" from the module.
I even removed the "SampleController" in the library, hoping the proxy would find its right API.
Just a quick update — I believe the current assumption is that the developer sets up the proxy within the host application, which is then used inside the Angular library (DDD). However, the actual API is exposed via the ModuleXXX.HttpApi.Host through its xxxController, not directly from the host application's IApplicationService.
If that’s the intended setup, it looks ABP Studio didn’t generate the paths.proxy configuration in the tsconfig files for either the host or the module. Because of this, I’m currently running into issues identifying the correct import path.
Hello ABP Support Team,
I'm reaching out to request a sample project for setting up a multi-tier application using the ABP Framework, specifically utilizing the Database-**First **approach.
You do not have it in your documentation.
As we are planning to integrate ABP with a pre-existing database, having a structured example or step-by-step guide would be incredibly beneficial. This is to ensure that we are leveraging the ABP framework’s features effectively while adhering to best practices for scalability and maintainability.
Here are a few points we'd like your insights on:
Looking forward to your valuable sample application!
Best regards
I use the standard-Template, which you provide,
Then I call "abp generate-proxy -t ng" in the angular frontend
Results in :
Error: src/app/proxy/books/models.ts:13:9 - error TS2304: Cannot find name 'enum'.
13 type: enum;
I can not build.
following the example:
https://docs.abp.io/en/commercial/latest/startup-templates/application/azure-deployment/step3-deployment-github-action?UI=NG&DB=EF&Tiered=No
the run migration part fails:
- name: Run migrations run: dotnet run -- "${{ secrets.CONNECTION_STRING }}" working-directory: ./aspnet-core/src/Demo.AzureAppsAngular.DbMigrator # Replace with your project name
What do I have to change how in AZURE
"Run dotnet run -- "***" [19:10:55 INF] Started database migrations... [19:10:55 INF] Migrating schema for host database... Unhandled exception. Microsoft.Data.SqlClient.SqlException (0x80131904): Reason: An instance-specific error occurred while establishing a connection to SQL Server. Connection was denied since Deny Public Network Access is set to Yes (https://docs.microsoft.com/azure/azure-sql/database/connectivity-settings#deny-public-network-access). To connect to this server, use the Private Endpoint from inside your virtual network (https://docs.microsoft.com/azure/sql-database/sql-database-private-endpoint-overview#how-to-set-up-private-link-for-azure-sql-database). at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)"