• Resolved lyashko

    (@lyashko)


    there was an old version of plugin on site (0.4.0). After Updating IDE doesn’t open and there is an error in console
    Uncaught (in promise) Error: Response not successful: Received status code 500
    endpoint /graphql calls to critical error.

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Bahl

    (@jasonbahl)

    @lyashko v0.4.0 (https://github.com/wp-graphql/wp-graphql/releases/tag/v0.4.0) is from October 2019 and a LOT has changed since then!

    My guess is that there is some custom code in the theme or plugins that are calling functions that no longer exist, or something along those lines.

    I would recommend checking your PHP error logs to see what you can find out.

    Also, you will almost certainly need to update queries in your client application as the Schema most likely has had many changes since 0.4.0 and your queries will likely not be valid against current versions of WPGraphQL.

Viewing 1 replies (of 1 total)
  • The topic ‘Response 500 after plugin Update’ is closed to new replies.