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
203 stars 85 forks source link

Graph explorer UI disappears when I try to use https://graph.microsoft.com/v1.0/oauth2PermissionGrants #3100

Closed annatindall closed 3 months ago

annatindall commented 3 months ago

To Reproduce Steps to reproduce the behavior:

  1. Go to Graph Explorer
  2. Sign in
  3. Select 'POST'
  4. Type or paste "https://graph.microsoft.com/v1.0/oauth2PermissionGrants" into the endpoint box

Expected behavior The endpoint is selected, and I can add a request body

Actual behaviour All the UI disappears

Screenshots image

Desktop (please complete the following information):

Additional context I'm using a guest account in another tenant (that I am an admin of)

annatindall commented 3 months ago

Sorry - looks like this is a duplicate of https://github.com/microsoftgraph/microsoft-graph-explorer-v4/pull/3053