-
Notifications
You must be signed in to change notification settings - Fork 74
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
codecept_debug is alive in Auth.php #157
Comments
This is also preventing us from successful authentication. Commenting out this line allows authentication to work, but this only allows us to be successful in a local setup. We do not want to edit our production plugins... |
ditto. Running into the exact same issue when attempting to pass in an <b>Fatal error</b>: Uncaught Error: Call to undefined function WPGraphQL\JWT_Authentication\codecept_debug() in /app/wordpress/wp-content/plugins/wp-graphql-jwt-authentication/src/Auth.php:587
Stack trace:
#0 /app/wordpress/wp-content/plugins/wp-graphql-jwt-authentication/src/Auth.php(406): WPGraphQL\JWT_Authentication\Auth::validate_token()
#1 /app/wordpress/wp-includes/class-wp-hook.php(307): WPGraphQL\JWT_Authentication\Auth::filter_determine_current_user(false)
#2 /app/wordpress/wp-includes/plugin.php(189): WP_Hook->apply_filters(false, Array)
#3 /app/wordpress/wp-includes/user.php(3373): apply_filters('determine_curre...', false)
#4 /app/wordpress/wp-includes/pluggable.php(70): _wp_get_current_user()
#5 /app/wordpress/wp-includes/class-wp.php(624): wp_get_current_user()
#6 /app/wordpress/wp-settings.php(574): WP->init()
#7 /app/wordpress/wp-config.php(131): require_once('/app/wordpress/...')
#8 /app/wordpress/wp-load.php(50): require_once('/app/wordpress/...')
#9 /app/wordpress/wp-blog-header.php(13): require_once('/app/wor in <b>/app/wordpress/wp-content/plugins/wp-graphql-jwt-authentication/src/Auth.php</b> on line <b>587</b><br /> |
gilzow
added a commit
to gilzow/wordpress-nextjs-test
that referenced
this issue
May 23, 2022
…ectory since there is a fatal bug in it: wp-graphql/wp-graphql-jwt-authentication#157
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
codecept_debug is alive in Auth.php
The text was updated successfully, but these errors were encountered: