woo-next icon indicating copy to clipboard operation
woo-next copied to clipboard

Error : Internal server error :( Please try again

Open darkcherrycreative opened this issue 3 years ago • 4 comments

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

darkcherrycreative avatar May 03 '21 16:05 darkcherrycreative

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 avatar May 08 '21 17:05 imranhsayed

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.

fabianjost avatar Jun 11 '21 18:06 fabianjost

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 avatar Aug 04 '21 11:08 lu-wei-chen

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

lu-wei-chen avatar Aug 04 '21 17:08 lu-wei-chen