Forum Discussion
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/teams/.../appPackage
response:
status code: 400 Bad Request
response: {"errorCode":"WebApplicationInfoIdConflictOnSideloadingIntoTeam"}
I must say that it seems to be working on other channels without problem.
May it have something with uninstall and reinstall the app again maybe?
If so, how can I resolve it?
would love to get your help here
Thanks!
- Meghana-MSFTMicrosoft
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-astrixCopper 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-MSFTMicrosoftIt 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.