Open Closed

Reached maximum allowed user count! This tenant is allowed to have a maximum of 2 users. #7538


User avatar
0
Repunjay_TASC created
  • ABP Framework version: 7.4.2
  • UI Type: Angular
  • Database System: EF Core ( PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: While adding new user in abpUser Table facing below error : Exception of type 'Volo.Abp.BusinessException' was thrown. [ { "code": "Volo.Abp.Identity:010009", "message": "Reached maximum allowed user count! This tenant is allowed to have a maximum of 2 users.", "details": null, "data": { "MaxUserCount": 2 }, "validationErrors": null }, { "code": "Volo.Abp.Identity:010009", "message": "Reached maximum allowed user count! This tenant is allowed to have a maximum of 2 users.", "details": null, "data": { "MaxUserCount": 2 }, "validationErrors": null } ]

how to fix? And how to increase MaxUserCount ?


5 Answer(s)
  • User Avatar
    0
    Repunjay_TASC created

    Hi Any Update ? we haven't set any MaxUserCount configuration in our application how to resolve this error?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    You can check your database and redis. This is the code logic of the max user count check

  • User Avatar
    0
    Repunjay_TASC created

    Thanks for update . could you please help me in which table reside max user count column.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    In the AbpFeatures and AbpFeatureValues table.

  • User Avatar
    0
    Repunjay_TASC created

    Thank you issue resolved

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 v9.3.0-preview. Updated on June 13, 2025, 11:37