Unexpected Error on Application Startup: "An item with the same key has already been added. Key: 41" #17486
Replies: 3 comments 5 replies
-
I'm just spitballing here, but perhaps you have a duplicate document with the Type column |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, it's not about duplicate records. There is no duplication in the database. I suspect the record is being loaded twice into the |
Beta Was this translation helpful? Give feedback.
-
I found the root cause of the issue. The problem occurs because I am running the In one application:
In the other application:
If I try to add only the I understand that it doesn’t make much sense to create only an |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an ArgumentException when starting the webapp:
ArgumentException: An item with the same key has already been added. Key: 41
Details
Stack:
Has anyone encountered a similar issue, or does anyone have suggestions for investigating the root cause?
Beta Was this translation helpful? Give feedback.
All reactions