toriphes / wp-graphql-ninja-forms

Adds Ninja Forms Functionality to WPGraphQL schema
GNU General Public License v3.0
10 stars 2 forks source link

Internal Server Error with #11

Open kevinnivek opened 8 months ago

kevinnivek commented 8 months ago

WPGraphQL : 1.20.0 Wordpress : 6.3.3 WPGraphQL NInja Forms : 0.1.4

As soon as plugin is activated , this is the result of the GraphQL IDE Attempt to load in wordpress /index.php?graphql

{
    "code": "internal_server_error",
    "message": "<p>There has been a critical error on this website.<\/p><p><a href=\"https:\/\/wordpress.org\/documentation\/article\/faq-troubleshooting\/\">Learn more about troubleshooting WordPress.<\/a><\/p>",
    "data": {
        "status": 500
    },
    "additional_errors": []
}

I think this is relating to some changes in the latest version of the WPGraphQL Wordpress plugin that are not compatible wtih this ninja form plugin.