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)
-
0
Hi Any Update ? we haven't set any MaxUserCount configuration in our application how to resolve this error?
-
0
-
0
Thanks for update . could you please help me in which table reside max user count column.
-
0
In the
AbpFeatures
andAbpFeatureValues
table. -
0
Thank you issue resolved