Open vstrelianyi opened 2 years ago
Yea it is showing never ending spinner only . :(
Same issue on my end, tried with the newest plugin and newest version of WordPress along with 5.x build to test :(
Getting this issue when enabled the plugin.
[Mon Aug 01 16:52:17.021567 2022] [php7:error] [pid 4519] [client 127.0.0.1:53528] PHP Fatal error: Uncaught Error: Class 'WPGraphQLGutenberg\Schema\Types\Connection\Blocks\CoreImageBlockToMediaItemConnection' not found in
@insaurabh can you share the line number and file name?
@naveen1092
It's inside src/Schema/Schema.php
at line 12
same issue
same issue
PHP Fatal error: Uncaught Error: Class "WPGraphQLGutenberg\\Schema\\Types\\Connection\\Blocks\\CoreImageBlockToMediaItemConnection" not found in /var/www/html/wp-content/plugins/wp-graphql-gutenberg/src/Schema/Schema.php:12
Same error here, tried in Local by Flywheel dev env. and on a regular shared wp hosting - just to try 2 different environments. You also get a fatal error if you try to go to the GraphQL url: https://your_site_here.com/graphql
EDIT: this was tried on a fresh WP install with only the Twenty Twenty theme, this plugin, and of course the WP GraphQL plugin
@MattBonacini @shalawfatah @anas-koraspond @kittabit @insaurabh @vstrelianyi use this one: https://drive.google.com/file/d/1lvu14AGV_il5Zgc2GgIW-LEMnvRRTGw0/view?usp=sharing
@naveen1092 Is that a fork or ??
The changes proposed by @naveen1092 in the shared file solve the problem.
@naveen1092 could you please propose make your changes to this project by creating a PR in this repo?
Same problem, unfortunately.
Same problem here
+1
same problem
I have braved the google drive link and submitted a PR with @naveen1092 's code. @bkaldor and I are going to go over the code tomorrow then I'll move it from drafts to some other status. Feel free to comment on the PR too, it is linked above.
@smujmaiku @naveen1092 am I missing something or is the entire changeset just a regenerated composer autoloader?
Still having the issue even with @naveen1092 code. I tried the previous versions as well with no success.
@imran-ag if you run composer install --no-dev --optimize-autoloader
does it get fixed?
No, still getting these errors [10-Nov-2022 16:18:54 UTC] PHP Fatal error: Uncaught WPGraphQLGutenberg\Blocks\RegistryNotSourcedException: Client side block registry is missing. You need to open up gutenberg or load it from WPGraphQLGutenberg Admin page. in C:\Users\app\public\wp-content\plugins\wp-graphql-gutenberg-0.3.12\src\Blocks\Registry.php:41 Stack trace:
PHP Fatal error: Uncaught WPGraphQLGutenberg\Blocks\RegistryNotSourcedException:
I solved this issue by disabling Classic Editor Plugin. Shouldve known. It's always a plugin conflict
The problem persist in version 0.4.1
when updated to the latest version version 0.3.12 ( shown as 0.3.11) the Graphql IDE stops working