Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar is blank, error message is referring to a non-existing Team. #483

Open
KristofKuli opened this issue Jul 11, 2023 · 13 comments
Open

Comments

@KristofKuli
Copy link

Hi,

When I open the Calendar option, the page is blank and in the Network logs, I can see a 404 error, which refers to a non-existing Team.
"The team with id 'e74c34ea-c8eb-422c-9b0c-b52e253048bd' does not exist, or you do not have permission to access it."

If a list all the Teams of the project via API, I get the following result:
{
"value": [
{
"id": "d621b4c8-2b73-456a-84a3-4ad0326c9823",
"name": "[projectname]Team",
"url": "https://dev.azure.com/[orgname]/_apis/projects/f2359705-464f-4680-899c-04a4c69a6439/teams/d621b4c8-2b73-456a-84a3-4ad0326c9823",
"description": "The default project team.",
"identityUrl": "https://spsprodweu3.vssps.visualstudio.com/A8e710f99-f350-4aab-8ee6-5506e7eab724/_apis/Identities/d621b4c8-2b73-456a-84a3-4ad0326c9823",
"projectName": "[projectname]",
"projectId": "f2359705-464f-4680-899c-04a4c69a6439"
},
{
"id": "f2462b0e-459c-4522-a043-b31900030233",
"name": "[projectname] Release Engineers",
"url": "https://dev.azure.com/[orgname]/_apis/projects/f2359705-464f-4680-899c-04a4c69a6439/teams/f2462b0e-459c-4522-a043-b31900030233",
"description": "[projectname] Release Engineers",
"identityUrl": "https://spsprodweu3.vssps.visualstudio.com/A8e710f99-f350-4aab-8ee6-5506e7eab724/_apis/Identities/f2462b0e-459c-4522-a043-b31900030233",
"projectName": "[projectname]",
"projectId": "f2359705-464f-4680-899c-04a4c69a6439"
},
{
"id": "ddb88f8e-3dd1-4daa-a2f5-016ded109f4b",
"name": "[projectname] project team",
"url": "https://dev.azure.com/[orgname]/_apis/projects/f2359705-464f-4680-899c-04a4c69a6439/teams/ddb88f8e-3dd1-4daa-a2f5-016ded109f4b",
"description": "SWR 1.0 dev/qa team",
"identityUrl": "https://spsprodweu3.vssps.visualstudio.com/A8e710f99-f350-4aab-8ee6-5506e7eab724/_apis/Identities/ddb88f8e-3dd1-4daa-a2f5-016ded109f4b",
"projectName": "[projectname]",
"projectId": "f2359705-464f-4680-899c-04a4c69a6439"
}
],
"count": 3
}

As you can see, none of the existing Teams have the ID e74c34ea-c8eb-422c-9b0c-b52e253048bd. If I do a revert API call for this ID, I also don't get any result.
"$id": "1",
"innerException": null,
"message": "The team with id 'e74c34ea-c8eb-422c-9b0c-b52e253048bd' does not exist, or you do not have permission to access it.",
"typeName": "Microsoft.TeamFoundation.Core.WebApi.TeamNotFoundException, Microsoft.TeamFoundation.Core.WebApi",
"typeKey": "TeamNotFoundException",
"errorCode": 0,
"eventId": 3000

@KristofKuli
Copy link
Author

Reference screenshot:
image

@AminTi
Copy link
Collaborator

AminTi commented Jul 13, 2023

Hi, I can not reproduce that we can have a web session.

@KristofKuli
Copy link
Author

Hi @AminTi
Would next Wednesday (07.26.) be suitable for you in the afternoon?

@KristofKuli
Copy link
Author

Hi @AminTi,

Any update on this?

@KristofKuli
Copy link
Author

Hi @AminTi,

Any update on this? Can we have a meeting to solve this issue?

@AminTi
Copy link
Collaborator

AminTi commented Aug 9, 2023

Hi @KristofKuli, I have time tomorrow for a web session, amin.titi@solidify.dev

@KristofKuli
Copy link
Author

Hi @AminTi,

Will it be suitable for you at 15:00 CET?

@AminTi
Copy link
Collaborator

AminTi commented Aug 9, 2023

Yes

@KristofKuli
Copy link
Author

Hi @AminTi ,

Is there any update on this?

1 similar comment
@KristofKuli
Copy link
Author

Hi @AminTi ,

Is there any update on this?

@sandeepantony
Copy link

I've the same issue...

@KristofKuli
Copy link
Author

Hi @AminTi ,

Is there any update on this?

1 similar comment
@KristofKuli
Copy link
Author

Hi @AminTi ,

Is there any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants