Skip to content

Errors regarding devMode and prodMode on Windows OS #737

@mathsgod

Description

@mathsgod

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions