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

"Create user" sample query does not do anything when clicked #1163

Closed
joshtransient opened this issue Oct 13, 2021 · 1 comment · Fixed by #1165
Closed

"Create user" sample query does not do anything when clicked #1163

joshtransient opened this issue Oct 13, 2021 · 1 comment · Fixed by #1165
Assignees

Comments

@joshtransient
Copy link

Describe the bug
The "create user" sample in the "Users" sample queries does not do anything.

To Reproduce

  1. Sign into Graph Explorer
  2. Under "Sample queries", expand "Users" and click "create user"

Expected behavior
Clicking the "create user" example should populate the URI and request body with a sample.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Edge (GA)
  • Version: 94.0.992.47

Additional context
JS console yielded this after clicking "create user":

Uncaught TypeError: Cannot read properties of undefined (reading 'split')
    at authenticatedUserValueFn (tokens.ts:156)
    at tv (token-helpers.ts:30)
    at nv (token-helpers.ts:55)
    at hk.querySelected (SampleQueries.tsx:261)
    at onClick (SampleQueries.tsx:229)
    at Object.l (react-dom.production.min.js:47)
    at f (react-dom.production.min.js:67)
    at react-dom.production.min.js:71
    at E (react-dom.production.min.js:136)
    at N (react-dom.production.min.js:163)
    at A (react-dom.production.min.js:154)
    at I (react-dom.production.min.js:224)
    at xn (react-dom.production.min.js:1668)
    at Ma (react-dom.production.min.js:5858)
    at Fe (react-dom.production.min.js:630)
@joshtransient
Copy link
Author

This does not appear to be fixed.

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

Successfully merging a pull request may close this issue.

2 participants