graphqlite icon indicating copy to clipboard operation
graphqlite copied to clipboard

Errors regarding devMode and prodMode on Windows OS

Open mathsgod opened this issue 9 months ago • 4 comments

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.

mathsgod avatar Mar 13 '25 07:03 mathsgod