Activities of "dzungle"

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System:MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello support team,

I am deploying my app as docker container. After looking at your deployment documentation here, I found it irrelevant for the version 8.3.

And the generated solution created by ABP Studio does not have the docker-compose.yml as described in the documentation.

How can I get the docker-compose.yml like previous versions created by ABP Suite which cannot create new solution now?

Could you please update the Docker Deployment using Docker Compose for the latest ABP Commercial version?

Best Regards

Hi Anjali_Musmade,

The issue gone! Thanks

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi support team,

Urgent! I cannot log in from ABP Studio.

I cannot login from terminal either.

[22:40:33 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [22:40:34 WRN] 1. HTTP request attempt failed to https://abp.io/api/license/check-multiple-organizations?username=dzungle with an error: 403-Forbidden. Waiting 2 secs for the next try... [22:40:36 WRN] 2. HTTP request attempt failed to https://abp.io/api/license/check-multiple-organizations?username=dzungle with an error: 403-Forbidden. Waiting 4 secs for the next try... [22:40:40 WRN] 3. HTTP request attempt failed to https://abp.io/api/license/check-multiple-organizations?username=dzungle with an error: 403-Forbidden. Waiting 7 secs for the next try... System.Exception: ERROR: Remote server returns 'Forbidden' at async Task<bool> Volo.Abp.Cli.Auth.AuthService.CheckMultipleOrganizationsAsync(string username) at async Task<bool> Volo.Abp.Cli.Commands.LoginCommand.lOtu3WRyvv(CommandLineArgs , string ) at async Task Volo.Abp.Cli.Commands.LoginCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at async Task Volo.Abp.Studio.Cli.StudioCliService.RunAsync(string[] args) Unhandled exception. System.Exception: ERROR: Remote server returns 'Forbidden' at Volo.Abp.Cli.Auth.AuthService.CheckMultipleOrganizationsAsync(String username) at Volo.Abp.Cli.Commands.LoginCommand.lOtu3WRyvv(CommandLineArgs , String ) at Volo.Abp.Cli.Commands.LoginCommand.ExecuteAsync(CommandLineArgs commandLineArgs) at Volo.Abp.Studio.Cli.StudioCliService.RunInternalAsync(CommandLineArgs commandLineArgs) at Volo.Abp.Studio.Cli.StudioCliService.RunAsync(String[] args) at Volo.Abp.Studio.Cli.Program.S3LMQCjWd(Object ) at Volo.Abp.Studio.Cli.Program.<Main>(String[] args)

Hi Support Team,

Let me know when the issue will be fixed so that we can plan to deploy our application.

Best Regards

Hi Support Team, Have you checked the issue? How to fix this?

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Support Team,

Please, check the errors with Angular app in version 8.3.0. I just create a new solution with ABP Studio and see a lot of errors in Angular app.

We are moving to the latest version, please check and fix these issues.

Best Regards

Thank you. The Suite create Angular UI successfully now. But the Angular and Maui project failed to build when unchecking SaaS module.

  • ABP Framework version: v8.3.0
  • UI Type: Angular
  • Database System: MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello Support Team,

I used ABP Studio to create a new solution and it works. But when using ABP Suite to create a new entity, it successfully creates backend, but creates nothing in the Angular app.

Please, check and help me fix this. Urgent.

Thank you in advance

Hi Liangshiwei,

  1. I have successfully connected and updated the remote database from the local development machine. Please, show me how to create and configure multiple environment appsettings files (appsettings.Development.json, appsettings.Production.json) in the DbMigrator project so that I don't have to change the values of OpenIddict Applications when migrating to the remote database.

  2. By the way, I don't see the changes (remove and modify some properties of an entity) applied to the existing documents in MongoDb after running the DbMigrator. Does the DbMigrator (for MongoDb) apply the changes to the existing documents or only apply to the new ones? Or do I have to manually update the changes to the existing documents?

Thank you

Hi Liangshiwei,

Could you please provide more details?

Here is the appsettings.json in project DbMigrator:

{ "ConnectionStrings": { "Default": "mongodb://localhost:27017/LogiPlat?retryWrites=false", "HangFire": "Data Source=127.0.0.1;Initial Catalog=logi_hangfire;User id=sa;Password=0aP57hal0l39Y1R1GmUoSW;TrustServerCertificate=True;" }, "Redis": { "Configuration": "127.0.0.1" }, "OpenIddict": { "Applications": { "LogiPlat_Web": { "ClientId": "LogiPlat_Web", "ClientSecret": "1q2w3e*", "RootUrl": "https://localhost:44375" }, "LogiPlat_Web_Public": { "ClientId": "LogiPlat_Web_Public", "ClientSecret": "1q2w3e*", "RootUrl": "https://localhost:44377" }, "LogiPlat_Web_Public_Tiered": { "ClientId": "LogiPlat_Web_Public_Tiered", "ClientSecret": "1q2w3e*", "RootUrl": "https://localhost:44316" }, "LogiPlat_App": { "ClientId": "LogiPlat_App", "RootUrl": "http://localhost:4200" }, "LogiPlat_Maui": { "ClientId": "LogiPlat_Maui", "RootUrl": "logiplat://" }, "LogiPlat_Mobile": { "ClientId": "LogiPlat_Mobile", "RootUrl": "exp://localhost:19000" }, "LogiPlat_MauiBlazor": { "ClientId": "LogiPlat_MauiBlazor", "RootUrl": "logiplatmauiblazor://" }, "LogiPlat_BlazorServerTiered": { "ClientId": "LogiPlat_BlazorServerTiered", "ClientSecret": "1q2w3e*", "RootUrl": "https://localhost:44361" }, "LogiPlat_Swagger": { "ClientId": "LogiPlat_Swagger", "RootUrl": "https://localhost:44343" } } } }

Showing 1 to 10 of 45 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09