-
Notifications
You must be signed in to change notification settings - Fork 53
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
GraphQLService execute on production #342
Comments
I am also experiencing this issue as well. The only way to have my application working is to set the
|
redboer
added a commit
to redboer/craftql
that referenced
this issue
Mar 31, 2021
This fixes issue markhuot#342
This was referenced Mar 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've encountered a problem when deploying CraftQL to production. And devmode is not active.
In
markhuot\CraftQL\Services\GraphQLService.php
This throws an error as GraphQL::executeQuery->toArray expects $debug to be an integer.
Thank you very much.
The text was updated successfully, but these errors were encountered: