3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WPGraphQLのエラーについて

Posted at

WPGraphQLのエラーについて

WordPressでGraphQLを使用する際、GraphiQL画面で読み込みが終わらず、デベロッパーツールのコンソールに以下のようなエラーが表示される場合があります。

Uncaught (in promise) GraphQLError: Names must only contain [_a-zA-Z0-9] but "Template_空白" does not.

解決方法しない場合は以下で対応することができます。

・設定の「サイトの言語」を英語に変更する
・外観の「テーマ」 を変更する
 ※タイトルに半角が含まれていないものを選択してくだい

一時的な対処なので、プラグインの開発者がエラーを修正するまで待つことが適切かと思います。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?