Issue with file library when Teams vreated with MS Graph

Copper Contributor

We have been automating the creation of MS Teams using PowerApp and Flow for the past few months. Users enter info in PowerApp, Flow does a few MS Graph API calls that clones an existing team and adds some permissions. Everything was working great.

 

Until this morning. The teams are being created, but the SharePoint libraries are not. If we look at the Team files tab, there is the message "We are setting up your file directory. Try refreshing the page after a few minutes or check back later." This message never resolves, and the team site is not created in SharePoint. All teams that have been created today exhibit this behavior.

 

However, if a team is manually created from Teams, everything works fine. It seems the issue is specific to teams created via MS Graph. Any team that I have created with MS Graph today has this problem. I can replicate by going to MS Graph and running the following:

 

QUERY: (POST) https://graph.microsoft.com/beta/teams/xxxxxxxx-a1c1-4209-a8cb-zzzzzzzzzzzz/clone 

 

Body:

{
  "displayName": "Display Name",
  "description": "Description",
  "mailNickname": "nickname",
  "partstoclone": "apps,tabs,settings,channels",
  "visibility": "private"
}

1 Reply

@christos2019 in my experience it will resolve, just takes some hours. If it never resolves then I would recommend creating a support ticket.