Skip to content
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

Error : Internal server error :( Please try again #73

Open
darkcherrycreative opened this issue May 3, 2021 · 4 comments
Open

Error : Internal server error :( Please try again #73

darkcherrycreative opened this issue May 3, 2021 · 4 comments
Labels
answered Answered

Comments

@darkcherrycreative
Copy link

I receive the following error message on the checkout stage after pressing "place order", regardless of the payment option chosen: Error : Internal server error :( Please try again

Latest wordpress / woocommerce versions with the supplied versions of graphql and graphql-woocommerce plugins

@imranhsayed
Copy link
Owner

I have made the udpates please please pull the latest changes from master and test
https://github.com/imranhsayed/woo-next/releases/tag/v2.1.0
Live Demo: https://woo-next-imranhsayed.vercel.app/

@imranhsayed imranhsayed added the answered Answered label May 8, 2021
@fabianjost
Copy link

I am still receiving the same error, regardless of the payment option.
Latest master branch pulled with all the recommended plugin versions installed and the latest Woocommerce version.
Does anybody have a fix for that?

Thank you so much for the awesome theme.

@lu-wei-chen
Copy link

Same here.
I enabled public introspection setting and got the detail report back saying
{ "errors": [ { "debugMessage": "Non-static method WPGraphQL\\WooCommerce\\Data\\Mutation\\Checkout_Mutation::update_session() cannot be called statically", "message": "Internal server error", "extensions": { "category": "internal" }, "locations": [ { "line": 2, "column": 3 } ], "path": [ "checkout" ] } ], "data": { "checkout": null }, "extensions": { "debug": [] } }

According to wp-graphql-woocommerce, it should've been fixed by using the newer version of plugin. (the missing "static" keyword in class-checkout-mutation.php )
However, it's still giving me this error.
I'm using the updated code here.

@lu-wei-chen
Copy link

After going live on Vercel, things are okay now.
Not really sure why though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered Answered
Projects
None yet
Development

No branches or pull requests

4 participants