I am working on two environment named "Test" and "Dev". The same unmanaged solution is deployed to these 2 environments.
Then I edit the App, Flows, Env variables in Test. After some changes I exported from Test and import to Dev. It is fine.
After that I modified the App, Flows, and Env variables in Dev. Then export to a solution with new version number. However, when I tried to import it back to "Test", I got below error:
Solution "xxx" failed to import: Import failed: An item with the same key has already been added.
I checked the log "xxx_import.xml" the error is failed at the App.
| Solution | | xxxApp | xxx App | | | Failure | | Import failed: An item with the same key has already been added. | |
What could be the problem?