wp-graphql / wp-graphql-jwt-authentication

Authentication for WPGraphQL using JWT (JSON Web Tokens)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT is throwiing error in WPGraphQL IDE

pandabrand opened this issue · comments

When I activate the JWT plugin I get this error:
Uncaught (in promise) Error: Invalid or incomplete introspection result. Ensure that you are passing "data" property of introspection response and no "errors" was returned alongside: undefined. Goes away when deactivated. Happens with 0.4.1 tag as well as master and develop.

Gah! Forgot to set the GRAPHQL_JWT_AUTH_SECRET_KEY. Ignore my dumbness.