microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
202 stars 84 forks source link

Graph Explorer does not return Json formatted output #3158

Closed CarlosGuadamuz closed 1 month ago

CarlosGuadamuz commented 1 month ago

Describe the bug

Graph Explorer is not returning Json formatted output. Endpoints being tested so far: https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions The same API works as expected if I pull Teams Apps information from other tenants. My assumption is that this could be because the amount of information returned may varies. But I’m not sure.

To Reproduce Steps to reproduce the behavior:

  1. Go to (https://developer.microsoft.com/en-us/graph/graph-explorer) GET

https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions

  1. I get a 200 OK response.
  2. The output is not easy to read because it is not Json formated.

Expected behavior The output being returned in Json format.

musale commented 1 month ago

@CarlosGuadamuz I can't reproduce this on my end: image

What kiind of unformatted json are you getting?

musale commented 1 month ago

@CarlosGuadamuz on tyring this endpoint https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=* I can reproduce this:

image

adhiambovivian commented 1 month ago

@musale We were able to repro the issue internally and it's mostly affecting the anonymous experience.