Activities of "Repunjay"

Severity Code Description Project File Line Suppression State Error NU1605 Detected package downgrade: Volo.Abp.Authorization from 6.0.3 to 6.0.2. Reference the package directly from the project to select a different version. SCV.Litmus.FinanceManagement.TestBase -> SCV.Litmus.FinanceManagement.Domain -> Volo.Abp.PermissionManagement.Domain.OpenIddict 6.0.3 -> Volo.Abp.PermissionManagement.Domain 6.0.3 -> Volo.Abp.Authorization (>= 6.0.3) SCV.Litmus.FinanceManagement.TestBase -> Volo.Abp.Authorization (>= 6.0.2) SCV.Litmus.FinanceManagement.TestBase C:\ABP Upgrade_6\SCV.Litmus\aspnet-core\modules\finance\test\SCV.Litmus.FinanceManagement.TestBase\SCV.Litmus.FinanceManagement.TestBase.csproj 1

I have upgraded the solution to 6.0.2, but yesterday abp released new version 6.0.3, now VS showing an build error to upgrade the package to 6.0.3. is it mandatory or any other solution to work with 6.0.2 version?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hello,

You need to update the angular version to 14. ABP 6.0 version works with angular 14. You can update with ng update command.

Also you need to install @volo/abp.ng.openiddictpro package.

  1. How to install @volo/abp.ng.openiddictpro package?
  2. Could you please provide complete step by step migration guide for this (I didn't read abp 6 needs Angular 14 version).
  3. Which Packages I need to remove from this to work with OpenIdDict?

hi

There are detailed steps.

https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-step-by-step

Hi,

followed that guide for my Microservices Solution, For Angular Project, they mentioned only the change in "environment.ts" file, need to change the issuer url only as below. remaining all about backend core apis microservices solution.

but in Angular there is reference packages for Identity Server, saas, Lepton, Audilogs in "Package.json" and in other modules also, how to change those to OpenIdDict? (below are my Angular app reference screen shots)

How to migrate Angular Ui from Identity Server to OpenIdDict

https://docs.abp.io/en/commercial/6.0/migration-guides/openIddict-angular is not given all steps to migrate from Identity Server to OpenIdDict, please provide the detailed migration guide.

How to update all the required packages of Identity Server to OpenIdDict in Angular App?

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

hi

to do this is there any alternatives rather than doing manually?

No.

after changing the abp version, I am getting the below issue for my angular app. do I need to change any other things?

hi

https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0

and how about Identity Server?

You can use Identity Server or migrator to OpenIddict.

https://docs.abp.io/en/abp/latest/Modules/OpenIddict https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step https://docs.abp.io/en/commercial/latest/modules/openiddict

Hi,

I have upgraded Dotnet Core to abp 6 and OpenIdDict migration also done.

Problem Statement - I ran abp update command only on dotnet core application not on anular initially, Now I am trying to run on Angular application, its giving No Solution/Project found in this directory, so to do this is there any alternatives rather than doing manually?

hi

The abp update command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.

Can I update both (Angular + Dotnet Core) to Abp Version 7.0 directly at a time now?

is these are sufficient or any other required to update? and how about Identity Server?

hi

The abp update command will only help you upgrade the version of the package, I suggest you manually update the package and other breaking changes.

Can I update both (Angular + Dotnet Core) to Abp Version 7.0 directly at a time now?

I have Angular & Dotnet Core Projects, I have upgraded my Dotnet Core Project to abp 6.0.2 version.

While I am running "abp update --version 6.0.2" for Angular folder, I am getting below error, what should I do for this?

No solution or project found in this directory.

Please provide Angular Application Migration guide link also.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I remember that your project is very complicated. You can try to reproduce the problem in the template first. Thanks

is there any changes related to tenant admin databases after upgrading to abp 6.0.2 & openIddict?

I have removed all the Migrations, dbs and pointed to new db connections, after this host database migrations and seed of host database is done but as "SaasTenantConnectionStrings " is not present (as its a new db), it is not migrating & seeding of tenant database.

after updating the "SaasTenantConnectionStrings" table, I ran the dbmigrator then its displaying errors like tables are presented in host database without going to tenant db.

what is the solution for this?

Showing 41 to 50 of 147 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 14, 2025, 14:54