-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I've discovered that errors occur in DEV MODE while testing in a PHP8.1 environment. For reference, please check my repository: https://github.com/mathsgod/graphqlite-test.
The same QUERY that results in an error in DEV MODE does not produce errors in prod modes.
When the cache is cleared, the first EXECUTE QUERY runs successfully and returns the correct result. However, subsequent executions of the same QUERY, when the cache is present, result in an ERROR.
I am considering whether the issue could be related to the use of Symfony cache or other potential causes.
I think the cache in GlobControllerQueryProvider is causing it to not find the QUERY's controller, which leads to this ERROR.
Metadata
Metadata
Assignees
Labels
No labels