Open Closed

dublicate User creation ! #4305


User avatar
0
oshabani created

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: 5.2.1
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi,

we were creating users for our system , but we have face that the user has been created 2 times with 1 second difference ,

what is this issue?


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

    It may be a concurrency conflict, you can consider adding a unique index to User.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11