You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a simple query in my graphql playground such as
querygetBook {
book(id:"1") {
id
}
}
I get an error Cannot read properties of undefined (reading 'indexOf'). If I set useCache: false then this error does not occur. Redis is running on the default port. Is there something wrong with my setup or is this a bug?
The text was updated successfully, but these errors were encountered:
I have a simple app setup as follows:
When I run a simple query in my graphql playground such as
I get an error
Cannot read properties of undefined (reading 'indexOf')
. If I setuseCache: false
then this error does not occur. Redis is running on the default port. Is there something wrong with my setup or is this a bug?The text was updated successfully, but these errors were encountered: