Forum Discussion
omer-astrix
Apr 01, 2024Copper Contributor
Getting "WebApplicationInfoIdConflictOnSideloadingIntoTeam" when trying to install custom app
Hello, I developed a Teams custom app, and when trying to upload it to some channels in my team I get the following error: request url: https://teams.microsoft.com/api/mt/part/emea-03/beta/te...
Meghana-MSFT
Apr 02, 2024Former Employee
omer-astrix - WebApplicationInfoIdConflictOnSideloadingIntoTeam error occurs when the webApplicationInfo.id of the custom app is already used by another app in the team. When an RSC app containing a webApplicationInfo.Id is sideloaded into a team such that it shares webApplicationInfo.Id with another app already installed in the team, then the call fails with the above error. Could you please check and confirm if you have same webApplicationInfo.Id for both apps in the team.
omer-astrix
Apr 02, 2024Copper Contributor
Meghana-MSFT Seems like it works fine now, may it be a matter of time to sync?
I've already seen that when adding a custom app in the admin panel it might take some hours to see the app in the teams client, and I wonder if it might be the same case here?
- Meghana-MSFTApr 03, 2024Former EmployeeIt could be, but the actual reason why we get WebApplicationInfoIdConflictOnSideloadingIntoTeam is when the webApplicationInfo.id of the custom app is already used by another app in the team.