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
213 stars 93 forks source link

Typing % in the query fields blanks out the screen #2265

Closed rlv-dan closed 1 year ago

rlv-dan commented 1 year ago

Describe the bug If you type % in the query field the screen instantly blanks out. The console shows "Uncaught URIError: URI malformed" errors.

To Reproduce Steps to reproduce the behavior:

  1. Open Graph Explorer
  2. Query field is by default set to "https://graph.microsoft.com/v1.0/me"
  3. Type % after "me"
  4. See error

Desktop (please complete the following information):

RabebOthmani commented 1 year ago

@adhiambovivian can we please deal with this issue as high priority. We should also consider a hot release once a fix is ready. cc @ddyett @gavinbarron

darrelmiller commented 1 year ago

This bug will prevent any user from being able to search for any string that contains a character that needs to be percent encoded. This is a MAJOR issue. Can we please get this deployed ASAP?