

When I am building my flow I don't get any errors in the flow checker. It is only after I exit and re-enter that flow checker gives me the following error:
Operation: Create; Exception: [Status Code: ServiceUnavailable; Reason: Mailbox move in progress. Try again later., Cross Server access is not allowed for mailbox 76927561-9a86-4bf9-a46f-4aa3589d7336]
clientRequestId: f61ae68f-9698-4d58-b224-034124877865
serviceRequestId: bb1aa5d4-a009-4664-a69a-361c3c32a360
The error is occuring in the output section of the trigger:
{
"statusCode": 400,
"headers": {
"Cache-Control": "no-store, no-cache",
"Pragma": "no-cache",
"Set-Cookie": "ARRAffinity=a71c093f38ae9c878e705a1c9e1a4165425143b6381b49453d9ce277e967e1d8;Path=/;HttpOnly;Secure;Domain=office365-wus.azconn-wus-001.p.azurewebsites.net,ARRAffinitySameSite=a71c093f38ae9c878e705a1c9e1a4165425143b6381b49453d9ce277e967e1d8;Path=/;HttpOnly;SameSite=None;Secure;Domain=office365-wus.azconn-wus-001.p.azurewebsites.net",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"x-ms-request-id": "5cc28ded-b7b6-4b49-8bb7-501135ddd0c4",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"x-ms-environment-id": "default-2a144b72-f239-42d4-8c0e-6f0f17c48e33",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Fri, 17 May 2024 13:55:16 GMT",
"Content-Length": "658",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"status": 400,
"message": "Operation: Create; Exception: [Status Code: ServiceUnavailable; Reason: Mailbox move in progress. Try again later., Cross Server access is not allowed for mailbox 76927561-9a86-4bf9-a46f-4aa3589d7336]\r\nclientRequestId: ecd554b7-68b0-4c52-a435-7818f1f42d07\r\nserviceRequestId: 5cc28ded-b7b6-4b49-8bb7-501135ddd0c4",
"error": {
"message": "Operation: Create; Exception: [Status Code: ServiceUnavailable; Reason: Mailbox move in progress. Try again later., Cross Server access is not allowed for mailbox 76927561-9a86-4bf9-a46f-4aa3589d7336]"
},
"source": "office365-wus.azconn-wus-001.p.azurewebsites.net"
}