Hi,
I'm getting an error message when the app is creating a team from a group based on a custom MS Teams template.
Here is the error message:
{
"error" : {
"code" : "BadRequest" ,
"message" : "Failed to execute Templates backend request CreateTeamFromGroupWithTemplateRequest. Request Url: https://teams.microsoft.com/fabric/apac/templates/api/groups/f6ad19d4-f6d6-4282-99b5-a4d63cb7b631/team , Request Method: PUT, Response Status Code: BadRequest, Response Headers: Strict-Transport-Security: max-age=2592000\r\nx-operationid: 7a914945c4d1c7479c1b07d92d9c9539\r\nx-telemetryid: 00-7a914945c4d1c7479c1b07d92d9c9539-912fc9ac3eb79b47-00\r\nX-MSEdge-Ref: Ref A: BBE56C7558A449E892DC464B5B86A317 Ref B: SYD03EDGE0715 Ref C: 2021-07-08T07:51:25Z\r\nDate: Thu, 08 Jul 2021 07:51:27 GMT\r\n, ErrorMessage : {\"errors\":[{\"message\":\"A template with id '6a054406-b79c-4011-9773-1f98a6c6965f' and locale 'en-US' could not be found.\",\"errorCode\":\"Unknown\"}],\"operationId\":\"7a914945c4d1c7479c1b07d92d9c9539\"}" , "innerError" : {
"date" : "2021-07-08T07:51:27" ,
"request-id" : "87367ef6-0ab6-4907-916e-ec6c0dda8537" ,
"client-request-id" : "87367ef6-0ab6-4907-916e-ec6c0dda8537"
}
}
}
Any hint to help me resolve this issue is greatly appreciated.
Thanks