wpengine/wp-graphql-content-blocks

Getting 500 error when using this plugin with WPGraphQL

Closed this issue · 13 comments

I just downloaded this plugin from github (version 2.0.0)
As soon as I activate this plugin, I cannot open my graphQL IDE in wordpress dashboard
It is giving 500 error in console:
image

Have anybody faced similar issue?
Or any help on how I can resolve this

Basically my project is using "acf_register_block" to register custom blocks and then using ACF in them, I need to expose those blocks with data in the graphQL.

Hey @Abdullah-J01 can you send me the queries are you using for this? You need to disable the plugin and check it without.

It might be a failed GraphQL query.

Hi @theodesp , I am having this error when trying to open the WPGraphQL IDE (The query composer). It shows loading and I get this error in the console.
I haven't used a query with this plugin enabled yet.

@Abdullah-J01 the IDE might be loading a saved query though, so when you enable this plugin it will try to re-use the old one.
What other WPGraphQL plugins are you using? I might be able to check if they break.

Maybe the debug.log entries can tell what's going wrong. Can you pass the last few lines by enabling the WP_DEBUG_LOG in wp-config.php?

@Abdullah-J01 which zip did you download exactly? Does it include the vendor folder?

@theodesp - I tried clearing out the query before activating plugin, however it did not help. I had disbaled all other plugins related to graphQL except WPGraphQL

@cherrygot-personal - I will check the debug logs and share

@mindctrl - I downloaded the zip folder from this git repo, however I do not see a vendor folder

@Abdullah-J01 that's likely the problem. If you download from the repo root or the tags view, it won't have the vendor folder. If you download the zip from the releases view, it will contain the vendor folder. https://github.com/wpengine/wp-graphql-content-blocks/releases

Note you want the zip file named wp-graphql-content-blocks.zip and not the ones with "source code" in the name.

Thank you so much @mindctrl and everyone else for such quick help. I will definitely try this and share my feedback

Thanks @Abdullah-J01. Let us know what you find. I'm going to convert this to a discussion. If you still have issues let us know and we'll investigate.

Update: forgot we don't have Discussions enabled on this repo. Going to close instead. Feel free to re-open if you're still experiencing issues.