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

[Bug?]: URL for GraphiQL header help docs is wrong #8359

Closed
1 task done
Benjamin-Lee opened this issue May 18, 2023 · 3 comments · Fixed by #8408
Closed
1 task done

[Bug?]: URL for GraphiQL header help docs is wrong #8359

Benjamin-Lee opened this issue May 18, 2023 · 3 comments · Fixed by #8408
Assignees
Labels
bug/needs-info More information is needed for reproduction

Comments

@Benjamin-Lee
Copy link
Contributor

What's not working?

The error currently reads:

{"x-auth-comment": "See documentation: https://redwoodjs.com/docs/cli-commands#setup-graphiQL-headers on how to auto generate auth headers"}

However, the link needs to have lowercase QL in it: https://redwoodjs.com/docs/cli-commands#setup-graphiql-headers. When I went to the link, it didn't jump to the right section. I'd fix it but can't find where the code for the error message is.

How do we reproduce the bug?

No response

What's your environment? (If it applies)

System:
    OS: macOS 13.3
    Shell: 3.2.57 - /bin/bash
  Binaries:
    Node: 19.8.1 - /private/var/folders/gw/sk03t1cn3wlgclyc55yst44w0000gn/T/xfs-885782e8/node
    Yarn: 3.5.1 - /private/var/folders/gw/sk03t1cn3wlgclyc55yst44w0000gn/T/xfs-885782e8/yarn
  Databases:
    SQLite: 3.39.5 - /usr/bin/sqlite3
  Browsers:
    Chrome: 113.0.5672.92
    Firefox: 111.0.1
    Safari: 16.4
  npmPackages:
    @redwoodjs/auth-supabase-setup: 5.2.0 => 5.2.0 
    @redwoodjs/core: 5.2.0 => 5.2.0

Are you interested in working on this?

  • I'm interested in working on this
@Benjamin-Lee Benjamin-Lee added the bug/needs-info More information is needed for reproduction label May 18, 2023
@jtoar
Copy link
Contributor

jtoar commented May 18, 2023

Hey @Benjamin-Lee, great catch, the line is right here:

: `{"x-auth-comment": "See documentation: https://redwoodjs.com/docs/cli-commands#setup-graphiQL-headers on how to auto generate auth headers"}`,

@dthyresson
Copy link
Contributor

Fixed by #8408

@dthyresson
Copy link
Contributor

Was fixed in #8408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/needs-info More information is needed for reproduction
Projects
None yet
3 participants