wp-graphql / wp-graphql-jwt-authentication

Authentication for WPGraphQL using JWT (JSON Web Tokens)
GNU General Public License v3.0
333 stars 73 forks source link

internal server error when I set the bearer token in header #160

Open moji2002 opened 2 years ago

moji2002 commented 2 years ago

{ "code": "internal_server_error", "message": "

یک خطای مهم در این وب سایت رخ داده است.

<a href=\"https://wordpress.org/support/article/faq-troubleshooting/\">دربارهٔ عیب‌یابی در وردپرس بیشتر بدانید.

", "data": { "status": 500 }, "additional_errors": [] }

I get this error only when I set the bearer token , it says there is a critical error in your site

mdd-github commented 2 years ago

What is your version of plugin?

I have the same error. Then I have update the plugin to latest version and problem has gone. May be you need just to reinstall plugin to fix it.

hofewo commented 1 year ago

@moji2002 Did you manage to fix this issue? I'm experiencing the same problem with the current latest version of the plugin.