Open Closed

ABP 10.1.1 to 10.2.0 Upgrade Error #10566


User avatar
0
arif created

Hi ABP Support Team,

I upgraded my solution from ABP 10.1.1 to 10.2.0 using the ABP Studio built-in upgrade tool (ABP CLI → Upgrade ABP Packages). After the upgrade, I encountered breaking changes on both the backend and frontend.


Environment

  • ABP Studio CLI: 2.2.4
  • ABP Suite: 10.2.0
  • Upgraded from: 10.1.1 → 10.2.0
  • UI: Angular
  • DB: PostgreSQL
  • Upgrade method: ABP Studio → ABP CLI → Upgrade ABP Packages

Backend Issue

After the upgrade, the project failed to build with:

'WafiAIDbContext' does not implement interface member 'IIdentityProDbContext.UserInvitations'

I resolved this manually by:

  1. Adding the missing property to WafiAIDbContext:
public DbSet<UserInvitation> UserInvitations { get; set; }
  1. Deleting existing migrations and recreating them

The backend is now working. However, this was a breaking change introduced between 10.1.1 and 10.2.0 that abp update did not handle automatically. It would be helpful if the upgrade tool applied these changes automatically or at least documented them in the migration guide.


Frontend Issue — UNRESOLVED

The Angular frontend is completely broken after the upgrade with numerous package errors. I have not been able to resolve these.

Could you please provide:

  1. The exact Angular package changes (added, removed, version-bumped) between ABP 10.1.1 and 10.2.0
  2. A step-by-step guide to manually upgrade an existing Angular ABP project to 10.2.0
  3. The correct versions of all @abp/* and @volo/* npm packages for ABP 10.2.0
  4. Whether there are any package.json, angular.json, or tsconfig.json changes required

I can share the full Angular error logs if that would help diagnose the issue.


Best regards Ariful

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The UserInvitation is a new entity, so add it to your DbContext is correct.

    We will check your angular issues.

    Thanks.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    arif created

    ABP Suite released a new version. The issues have been resolved when I upgraded the ABP Suite desktop app.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.8.0-preview. Updated on September 09, 2026, 11:56
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.